Bootstrap: login screen

This commit is contained in:
Dmitriy Zaporozhets 2012-01-27 19:58:10 +02:00
parent 4d9c3f3123
commit 05d76fc4d0
10 changed files with 64 additions and 63 deletions

View file

@ -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