Sha256: 04caabc3667ebf5357c2cc00279ddfa7a7dd447ae48387c3ad836bc6471af504
Contents?: true
Size: 477 Bytes
Versions: 14
Compression:
Stored size: 477 Bytes
Contents
<%% secondary_navigation({:value => link_to(t(:list), <%= list_resources_path %>)}, ({:value => link_to(t(:add), <%= new_resource_path %>)}<%= " if can?(:create, @#{singular_table_name})" if authorization? %>), {:value => t(:edit), :active => true}, {:value => link_to(t(:show), <%= show_resource_path("@") %>)} ) %> <%% title t('attributes.<%= singular_table_name %>.op_edit') %> <%%= render 'form' %>
Version data entries
14 entries across 14 versions & 1 rubygems