Merge branch 'update_ui' into 'master'

Remove mention of branch to commit to when new file is added through UI

See merge request !1731
This commit is contained in:
Dmitriy Zaporozhets 2015-03-20 01:28:47 +00:00
commit 915c7b9455

View file

@ -2,8 +2,5 @@
.commit-button-annotation
= button_tag 'Commit Changes',
class: 'btn commit-btn js-commit-button btn-create'
.message
to branch
%strong= ref
= link_to 'Cancel', cancel_path,
class: 'btn btn-cancel', data: {confirm: leave_edit_message}