Sha256: 825f708287ea9686b2fe59a4d46ef7f927261154baa2c2eda27b32ce0700c83d
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
<!-- Title System --> <% phc_title "Script Extension" %> <% phc_title_tagline "Update Script Extension" %> <!-- Bread Crumb --> <div class="page-bar"> <ul class="page-breadcrumb"> <li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></li> <li><%= link_to "Author Index", script_listing_authors_path %> <i class="fa fa-circle"></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ul> </div> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <%= render 'form', { form_url: script_listing_author_path } %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-3.3.1 | app/views/phcscriptcdnpro/script/authors/edit.html.erb |