Upload title is a required field
This commit is contained in:
parent
4f6e5fee5d
commit
c8928d6691
@ -28,7 +28,7 @@
|
|||||||
<div class="splitcontentleft">
|
<div class="splitcontentleft">
|
||||||
<p>
|
<p>
|
||||||
<%= label_tag("commited_files[#{i}][title]", l(:label_title)) %>
|
<%= label_tag("commited_files[#{i}][title]", l(:label_title)) %>
|
||||||
<%= text_field_tag("commited_files[#{i}][title]", upload.title, :size => 32) %>
|
<%= text_field_tag("commited_files[#{i}][title]", upload.title, :size => 32, :required => true) %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="splitcontentright">
|
<div class="splitcontentright">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user