Sha256: 724ad8ac3c114fc807e8ac5b9882c2c0f5c4202003d55b7315f2d474b2d2c467
Contents?: true
Size: 685 Bytes
Versions: 1
Compression:
Stored size: 685 Bytes
Contents
<!-- Title System --> <% phc_title "Script Author" %> <% phc_title_tagline "Create a New 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> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <%= render 'form', { form_url: script_listing_authors_path } %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-3.3.0 | app/views/phcscriptcdnpro/script/authors/new.html.erb |