mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
Add bikes and users links to layouts
This commit is contained in:
parent
d5b312fa54
commit
ead5f7b433
@ -16,10 +16,12 @@
|
||||
.navbar.navbar-fixed-top
|
||||
.navbar-inner
|
||||
.container
|
||||
= link_to 'Mash', root_path, :class => 'brand'
|
||||
= link_to 'Velocipede', root_path, :class => 'brand'
|
||||
.container.nav-collapse
|
||||
%ul.nav
|
||||
%li= link_to "Home", root_path
|
||||
%li= link_to "Bikes", bikes_path
|
||||
%li= link_to "Users", users_path
|
||||
%ul.nav.pull-right
|
||||
- if user_signed_in?
|
||||
%li#logged_in_as
|
||||
|
Loading…
x
Reference in New Issue
Block a user