Lists restyled, blue link colors added
This commit is contained in:
parent
bc3735004c
commit
cc1ba255d6
22 changed files with 125 additions and 82 deletions
|
@ -1,6 +1,6 @@
|
|||
%aside.projects
|
||||
- if current_user.can_create_project?
|
||||
.alert-message.block-message.info
|
||||
.alert-message.block-message
|
||||
You can create at least
|
||||
= current_user.projects_limit
|
||||
projects. Click on button to add a new one
|
||||
|
@ -9,7 +9,7 @@
|
|||
New Project »
|
||||
|
||||
- if current_user.is_admin?
|
||||
.alert-message.block-message.info
|
||||
.alert-message.block-message
|
||||
You have administrator privilegies. You can configure application following this button:
|
||||
.alert-actions
|
||||
= link_to admin_root_path, :class => "btn small", :title => "Admin" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue