Commit ba33ed41401e87a07f023c10972168f1bdd27534
1 parent
fd033671
Exists in
master
and in
4 other branches
Fix new-tag-btn align
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/sections/projects.scss
app/views/projects/tags/index.html.haml
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | - if can? current_user, :push_code, @project | 3 | - if can? current_user, :push_code, @project |
| 4 | .pull-right | 4 | .pull-right |
| 5 | - = link_to new_project_tag_path(@project), class: 'btn btn-create' do | 5 | + = link_to new_project_tag_path(@project), class: 'btn btn-create new-tag-btn' do |
| 6 | %i.icon-add-sign | 6 | %i.icon-add-sign |
| 7 | New tag | 7 | New tag |
| 8 | 8 |