Password & token split up, icon to button for top panel
This commit is contained in:
parent
eb25bfe2b2
commit
1e4d15b406
13 changed files with 108 additions and 92 deletions
|
@ -23,6 +23,7 @@
|
|||
- if current_user.can_create_project?
|
||||
%span.right
|
||||
= link_to new_project_path, :class => "btn very_small info" do
|
||||
%i.icon-plus
|
||||
New Project
|
||||
- @projects.each do |project|
|
||||
= link_to project_path(project), :class => dom_class(project) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue