Skip to content
Snippets Groups Projects
Commit af82b677 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

btn padded class

parent fb17234b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -370,3 +370,7 @@ table a code {
.span12 hr{
margin-top: 5px;
}
.btn.padded {
margin-right:3px;
}
Loading
Loading
@@ -25,9 +25,8 @@
%br
%br
- if @project.merge_requests_enabled
= link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small" do
= link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small padded" do
Merge Request
 
- if @project.issues_enabled
= link_to new_project_issue_path(@project), :title => "New Issue", :class => "btn small" do
Issue
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
= @wiki.title
%span.right
- if can? current_user, :write_wiki, @project
= link_to history_project_wiki_path(@project, @wiki), :class => "btn small" do
= link_to history_project_wiki_path(@project, @wiki), :class => "btn small padded" do
History
= link_to edit_project_wiki_path(@project, @wiki), :class => "btn small" do
Edit
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment