Commit 2a78ae60 authored by Valeriy Sizov's avatar Valeriy Sizov

WebEditor: commit message is required now

parent 358d7eff
......@@ -10,7 +10,7 @@
.editor-commit-comment
= label_tag 'commit_message' do
%p.slead Commit message
= text_area_tag 'commit_message'
= text_area_tag 'commit_message', '', :required => true
.form-actions
= hidden_field_tag 'last_commit', @last_commit
= hidden_field_tag 'content', '', :id => :file_content
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment