Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-12 20:59:42 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-12 21:07:24 +0400
commit2a78ae60eb128cc0590151721d6ee33e06942bf2 (patch)
tree487cda32284025a8e0a959a0d687ba0076509a5e /app/views
parent358d7eff7d1f4b7a3150d38d9dbe03fe02491ae2 (diff)
WebEditor: commit message is required now
Diffstat (limited to 'app/views')
-rw-r--r--app/views/tree/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tree/edit.html.haml b/app/views/tree/edit.html.haml
index 0bba6bc09bd..a97abc68cf2 100644
--- a/app/views/tree/edit.html.haml
+++ b/app/views/tree/edit.html.haml
@@ -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