@@ -7,7 +7,7 | |||||
7 | <% if @versions.any? %> |
|
7 | <% if @versions.any? %> | |
8 | <p><label for="version_id"><%=l(:field_version)%></label> |
|
8 | <p><label for="version_id"><%=l(:field_version)%></label> | |
9 | <%= select_tag "version_id", content_tag('option', '') + |
|
9 | <%= select_tag "version_id", content_tag('option', '') + | |
10 |
|
|
10 | options_from_collection_for_select(@versions, "id", "name") %></p> | |
11 | <% end %> |
|
11 | <% end %> | |
12 |
|
12 | |||
13 | <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p> |
|
13 | <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p> |
General Comments 0
You need to be logged in to leave comments.
Login now