summaryrefslogtreecommitdiff
path: root/app/views/projects/_commit_button.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:38:14 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:41:56 +0100
commit9bad736fb3ccd0a48cd64fc37538d8b021bce205 (patch)
tree265e5e815e7e702728b1d36050065f7535b89f16 /app/views/projects/_commit_button.html.haml
parenta70c507882289a42a9d9b359a730e6f166fedd74 (diff)
downloadgitlab-ce-9bad736fb3ccd0a48cd64fc37538d8b021bce205.tar.gz
Remove unnecesary wrapper elements
Diffstat (limited to 'app/views/projects/_commit_button.html.haml')
-rw-r--r--app/views/projects/_commit_button.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/_commit_button.html.haml b/app/views/projects/_commit_button.html.haml
index 35f7e7bb34b..2fd3d9e1be4 100644
--- a/app/views/projects/_commit_button.html.haml
+++ b/app/views/projects/_commit_button.html.haml
@@ -1,6 +1,4 @@
.form-actions
- .commit-button-annotation
- = button_tag 'Commit Changes',
- class: 'btn commit-btn js-commit-button btn-create'
+ = button_tag 'Commit Changes', class: 'btn commit-btn js-commit-button btn-create'
= link_to 'Cancel', cancel_path,
class: 'btn btn-cancel', data: {confirm: leave_edit_message}