-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normally we wouldn't do this for anything other than beta 0. However, in this case, it's fine because everything that went in is either extremely low-risk or a high-impact bug that we would've backported via cherry-pick anyway - and merging rather than cherry-picking results in a cleaner history.
- Loading branch information
Showing
8 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,6 +198,7 @@ | |
"error", | ||
"favorites", | ||
"followers", | ||
"following", | ||
"inbox", | ||
"javascript-disabled", | ||
"list", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.user.user-following | ||
.row | ||
.span12 | ||
include ./profile-block.jade | ||
|
||
.row | ||
.span12 | ||
include ./profile-nav.jade | ||
|
||
.row | ||
.span12#user-content | ||
include ./user-content-following.jade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
.user.user-following | ||
.row | ||
.span12 | ||
include ./profile-block.jade | ||
extends ./layout.jade | ||
|
||
.row | ||
.span12 | ||
include ./profile-nav.jade | ||
block body | ||
|
||
.row | ||
.span12#user-content | ||
include ./user-content-following.jade | ||
include following-client.jade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters