Merge remote-tracking branch 'origin/master'

Conflicts:
	app/views/public/index.html.haml
	app/views/static/index.html.haml
This commit is contained in:
nilsding 2014-12-12 17:50:38 +01:00
commit e50bd47741
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'