lib/rails/generators/humdrum/resource/templates/views/gumby/resource/_summary.html.erb in humdrum-rails-0.0.7 vs lib/rails/generators/humdrum/resource/templates/views/gumby/resource/_summary.html.erb in humdrum-rails-0.0.8
- old
+ new
@@ -4,7 +4,7 @@
<%% if request.xhr? %>
<%%= render :partial=>"layouts/common/flash_message" %>
<%% end %>
<div class="box text-color-grey padding-80 text-align-center" style="height:200px;">
- Total <%= instances_name %> = <%%= <%= model_class %>.count %>
+ Total <%= instances_title %> = <%%= <%= model_class %>.count %>
</div>
\ No newline at end of file