<%= Journal.human_attribute_name(:version) %> <%= select_tag "version_id", content_tag('option', '') + options_from_collection_for_select(@versions, "id", "name") %>
<%= l(:label_attachment_plural) %> <%= render :partial => 'attachments/form' %>