Sha256: 53e85742798a5cbc48bb53fcdfcf3fd6477eb43b5d11bc25a1a9dbbdc4c880fe
Contents?: true
Size: 742 Bytes
Versions: 27
Compression:
Stored size: 742 Bytes
Contents
<!-- Title System --> <% phc_title "Script Author" %> <% phc_title_tagline "Create a New Script Author" %> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- Bread Crumbs --> <ol class="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> </ol> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> </div> </div> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <%= render 'form', { form_url: script_listing_authors_path } %> </div> </div>
Version data entries
27 entries across 27 versions & 2 rubygems