patriciomacadden/nice_generators

View on GitHub
lib/generators/nice/install/templates/slim/edit.html.slim

Summary

Maintainability
Test Coverage
h1 = title t('views.<%= plural_table_name %>.edit')

== render 'form'

= link_to t('nice.show'), @<%= singular_table_name %>
' |
= link_to t('nice.back'), <%= index_helper %>_path