Sha256: aa769ed142cb56340c9f16da7d144a28a10fb1a4fa227b5e85c6753ec4dd6ee2

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 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' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
leonardo-1.6.0 lib/generators/erb/leosca/templates/show.html.erb