lib/rails/generators/humdrum/resource/templates/views/bootstrap/resource/_summary.html.erb in humdrum-rails-0.0.7 vs lib/rails/generators/humdrum/resource/templates/views/bootstrap/resource/_summary.html.erb in humdrum-rails-0.0.8

- old
+ new

@@ -3,8 +3,8 @@ <%%# Display Flash Message if any only in case of ajax request %> <%% if request.xhr? %> <%%= render :partial=>"layouts/common/flash_message" %> <%% end %> -<div class="box padding-10" style="height:200px;"> - Total Items = <%%= <%= model_class %>.count %> +<div class="box text-color-grey padding-80 text-align-center" style="height:200px;"> + Total <%= instances_title %> = <%%= <%= model_class %>.count %> </div> \ No newline at end of file