buttons margin fixed
This commit is contained in:
parent
4e0c2f00d3
commit
df6a75d52d
12 changed files with 46 additions and 35 deletions
|
@ -13,14 +13,14 @@
|
|||
.span4.right
|
||||
.right
|
||||
- if can? current_user, :download_code, @project
|
||||
= link_to archive_project_repository_path(@project), :class => "btn small padded" do
|
||||
= link_to archive_project_repository_path(@project), :class => "btn small grouped" do
|
||||
%i.icon-download-alt
|
||||
Download
|
||||
- if @project.merge_requests_enabled && can?(current_user, :write_merge_request, @project)
|
||||
= link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small padded" do
|
||||
= link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small grouped" do
|
||||
Merge Request
|
||||
- if @project.issues_enabled && can?(current_user, :write_issue, @project)
|
||||
= link_to new_project_issue_path(@project), :title => "New Issue", :class => "btn small" do
|
||||
= link_to new_project_issue_path(@project), :title => "New Issue", :class => "btn small grouped" do
|
||||
Issue
|
||||
|
||||
= render "events/event_last_push", :event => @last_push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue