<%%# Displays Total number of items in the system %> <%%# Display Flash Message if any only in case of ajax request %> <%% if request.xhr? %> <%%= render :partial=>"layouts/common/flash_message" %> <%% end %>
Total <%= instances_name %> = <%%= <%= model_class %>.count %>