lib/generators/strada/scaffold/templates/edit.html.erb.tt in strada-rails-0.0.3 vs lib/generators/strada/scaffold/templates/edit.html.erb.tt in strada-rails-0.0.4
- old
+ new
@@ -1,10 +1,10 @@
-<h1 class="hide-on-mobile">Editing <%= human_name.downcase %></h1>
+<h1 class="hide-on-native">Editing <%= human_name.downcase %></h1>
<%%= render "form", <%= singular_table_name %>: @<%= singular_table_name %> %>
<br>
-<div class="hide-on-mobile">
+<div class="hide-on-native">
<%%= link_to "Show this <%= human_name.downcase %>", <%= model_resource_name(prefix: "@") %> %> |
<%%= link_to "Back to <%= human_name.pluralize.downcase %>", <%= index_helper(type: :path) %> %>
</div>