Sha256: 57792ff5680bef992d5b1faee2c26640ff13a0183092438b9c4fa8a9c8483cfd
Contents?: true
Size: 504 Bytes
Versions: 13
Compression:
Stored size: 504 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 => link_to(t(:edit), <%= edit_resource_path("@") %>)}<%= " if can?(:update, @#{singular_table_name})" if authorization? %>), {:value => t(:show), :active => true} )%> <%%= render 'show', :remote => @remote %>
Version data entries
13 entries across 13 versions & 1 rubygems