a bit of restyling. Replace some images with icons. Simplify note form
This commit is contained in:
parent
315fd7d746
commit
130f60d55b
14 changed files with 50 additions and 80 deletions
|
@ -7,7 +7,8 @@
|
|||
.container
|
||||
%ul.main_menu
|
||||
= nav_link(controller: :dashboard, html_options: {class: 'home'}) do
|
||||
= link_to "Stats", admin_root_path
|
||||
= link_to admin_root_path, title: "Stats" do
|
||||
%i.icon-home
|
||||
= nav_link(controller: :projects) do
|
||||
= link_to "Projects", admin_projects_path
|
||||
= nav_link(controller: :teams) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue