Merge remote-tracking branch 'origin/master'
Conflicts: app/views/public/index.html.haml app/views/static/index.html.haml
This commit is contained in:
commit
e50bd47741
|
@ -39,7 +39,7 @@
|
|||
%ul.nav.nav-pills.nav-stacked
|
||||
= nav_entry "Timeline", root_path
|
||||
= nav_entry "Public", public_timeline_path
|
||||
.visible-xs= render 'shared/links'
|
||||
.hidden-xs= render 'shared/links'
|
||||
.col-md-9.col-xs-12.col-sm-9
|
||||
= render 'layouts/messages'
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
%ul.nav.nav-pills.nav-stacked
|
||||
= nav_entry "Timeline", root_path
|
||||
= nav_entry "Public", public_timeline_path
|
||||
.visible-xs= render 'shared/links'
|
||||
.hidden-xs= render 'shared/links'
|
||||
.col-md-9.col-xs-12.col-sm-9
|
||||
= render 'layouts/messages'
|
||||
|
||||
|
|
Loading…
Reference in New Issue