Fix navbar items for mobile biew

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-12-29 13:58:01 +02:00
parent f0b8477cda
commit 6aec286fca
No known key found for this signature in database
GPG Key ID: 161B5D6A44D3D88A
2 changed files with 6 additions and 4 deletions

View File

@ -2,9 +2,10 @@
= nav_link(path: 'groups#edit') do
= link_to edit_group_path(@group) do
%i.fa.fa-pencil-square-o
Group
%span
Group
= nav_link(path: 'groups#projects') do
= link_to projects_group_path(@group) do
%i.fa.fa-folder
Projects
%span
Projects

View File

@ -7,7 +7,8 @@
= nav_link(controller: :accounts) do
= link_to profile_account_path do
%i.fa.fa-gear
Account
%span
Account
= nav_link(path: ['profiles#applications', 'applications#edit', 'applications#show', 'applications#new']) do
= link_to applications_profile_path do
%i.fa.fa-cloud