Bootstrap: login screen
This commit is contained in:
parent
4d9c3f3123
commit
05d76fc4d0
10 changed files with 64 additions and 63 deletions
|
@ -1,8 +1,9 @@
|
|||
%aside
|
||||
%h4
|
||||
- if current_user.can_create_project?
|
||||
%a.button-small.button-green{:href => new_project_path} New Project
|
||||
Your Projects
|
||||
- if current_user.can_create_project?
|
||||
= link_to new_project_path, :class => "btn small" do
|
||||
New Project
|
||||
%ol.project-list
|
||||
- @projects.each do |project|
|
||||
%li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue