started cleaning UI
This commit is contained in:
parent
1ee69714df
commit
d95cfc6144
10 changed files with 38 additions and 29 deletions
|
@ -40,8 +40,6 @@
|
|||
%span.update-title
|
||||
%span.commit.tag
|
||||
Project Wall
|
||||
%span.update-author
|
||||
\...
|
||||
|
||||
|
||||
- elsif update.kind_of?(MergeRequest)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.merge-tabs
|
||||
.top-tabs
|
||||
= link_to project_path(@project), :class => "activities-tab tab #{'active' if current_page?(project_path(@project)) }" do
|
||||
%span
|
||||
Activities
|
||||
|
@ -23,5 +23,5 @@
|
|||
|
||||
- if current_page?(team_project_path(@project))
|
||||
- if can? current_user, :admin_team_member, @project
|
||||
= link_to new_project_team_member_path(@project), :class => "add_new", :title => "New Team Member", :remote => true do
|
||||
= link_to new_project_team_member_path(@project), :class => "add_new", :title => "New Team Member" do
|
||||
= image_tag "add_new.png", :width => 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue