Sha256: 651fb582e30dec5450b2faa70842b87bff356e3fb91c918dd3f569eefe2fdaa4
Contents?: true
Size: 611 Bytes
Versions: 4
Compression:
Stored size: 611 Bytes
Contents
<%% secondary_navigation({:value => link_to(t(:list), <%= plural_table_name %>_path)}, ({:value => link_to(t(:add), new_<%= singular_table_name %>_path)}<%= " if can?(:create, @#{singular_table_name})" if authorization? %>), {:value => t(:edit), :active => true}, {:value => link_to(t(:show), @<%= singular_table_name %>)} ) %> <%% title t('attributes.<%= singular_table_name %>.op_edit') %> <%%= render 'form' %> <!--<%%#= link_to t(:show), @<%= singular_table_name %> %> |--> <!--<%%#= link_to t(:back), <%= index_helper %>_path %>-->
Version data entries
4 entries across 4 versions & 1 rubygems