Sha256: 361dbae16cfa142bec7af75651ce55becf74aff91714a98c7c77b360e18bb245
Contents?: true
Size: 835 Bytes
Versions: 7
Compression:
Stored size: 835 Bytes
Contents
<!-- Title System --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Script Listings" %> <!-- Title System --> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- Bread Crumbs --> <ol class="breadcrumb"> <li><%= link_to "Listing Index", phcscriptcdn.script_listings_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> <!-- Bread Crumbs --> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Page Title --> </div> </div> <!-- Page Header --> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <%= link_to 'Edit', edit_script_listing_path(@script_listing) %> | <%= link_to 'Back', script_listings_path %> </div> </div> <!-- Main Content -->
Version data entries
7 entries across 7 versions & 1 rubygems