slim-template/slim-rails

View on GitHub
lib/generators/slim/scaffold/templates/index.html.slim.tt

Summary

Maintainability
Test Coverage
p style="color: green" = notice

h1 <%= human_name.pluralize %>

#<%= plural_table_name %>
  - @<%= plural_table_name %>.each do |<%= singular_table_name %>|
    == render <%= singular_table_name %>
    p
      = link_to "Show this <%= human_name.downcase %>", <%= model_resource_name(singular_table_name) %>

= link_to "New <%= human_name.downcase %>", <%= new_helper(type: :path) %>