app/views/picture_files/show.html.erb in enju_biblio-0.1.0.pre62 vs app/views/picture_files/show.html.erb in enju_biblio-0.1.0.pre63
- old
+ new
@@ -19,10 +19,10 @@
</p>
<p>
<strong><%= t('activerecord.attributes.picture_file.picture_file_name') -%>:</strong>
<%= link_to @picture_file.picture_file_name, picture_file_path(@picture_file, format: :download, size: 'original') -%><br />
- <%= render 'picture_files/link', :picture_file => @picture_file %>
+ <%= render 'picture_files/link', picture_file: @picture_file %>
</p>
<p>
<strong><%= t('activerecord.attributes.picture_file.width') -%>:</strong>
<%= @picture_file.picture.width -%>