Sha256: 538d0e2da83a9a1ca9ce800568a531bc053c9c67f37eca203178e57459970aa1
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
<!-- Title System --> <% phc_title "Script Author" %> <% phc_title_tagline "Script Author" %> <!-- Bread Crumb --> <div class="page-bar"> <ul class="page-breadcrumb"> <li><%= link_to "Script Listings Index", script_listings_path %></li> <li><%= link_to "Author Index", script_listing_authors_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ul> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> </div> <div class="btn-group" role="group" aria-label="author_button_group"> <%= link_to 'Edit', edit_script_listing_author_path(@script_author), class: "btn btn-primary" %> <%= link_to 'Destroy', script_listing_author_path(@script_author), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-3.3.0 | app/views/phcscriptcdnpro/script/authors/show.html.erb |