lib/generators/redmine_extensions/entity/templates/show.html.erb.erb in redmine_extensions-0.5.1 vs lib/generators/redmine_extensions/entity/templates/show.html.erb.erb in redmine_extensions-0.6.0

- old
+ new

@@ -22,10 +22,10 @@ <%% end %> <%- if acts_as_customizable? -%> <hr /> <%%= render partial: 'redmine_extensions/custom_field_rows', locals: { custom_field_values: @<%= model_name_underscored %>.visible_custom_field_values } %> <%- end -%> - <%%= call_hook(:view_<%= model_name_pluralize_underscored %>_show_details_bottom, :<%= model_name_underscored%>: @<%= model_name_underscored %>) %> + <%%= call_hook(:view_<%= model_name_pluralize_underscored %>_show_details_bottom, <%= model_name_underscored%>: @<%= model_name_underscored %>) %> </table> <%- if description_column? -%> <%% if !@<%= model_name_underscored %>.<%= description_column %>.blank? %> <hr /> <div class="description">