lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.1.1.9 vs lib/generators/bootswatch_rails/install/templates/lib/templates/erb/scaffold/show.html.erb in bootswatch_rails-3.1.1.10

- old
+ new

@@ -8,10 +8,10 @@ <%%= t('activerecord.attributes.<%= singular_table_name %>.<%= attribute.name %>') %> </td> <td> <%- if attribute.name.include?("picture") -%> <p> - <%%= link_to "Anzeigen in Originalgröße", '#' %> + <%%= link_to "TODO: Anzeigen in Originalgröße", '#' %> </p> <%%= image_tag(@<%= singular_table_name %>.<%= attribute.name %>_url(:display)) %> <%- elsif attribute.type == :boolean -%> <%%= @<%= singular_table_name %>.<%= attribute.name %> ? t('simple_form.yes') : t('simple_form.no') %> <%- elsif attribute.type == :belongs_to -%>