Sha256: 20ef891bbf681ad5a902a10179ad6d0d71e5353c7f38ba19a14e474d3002c210
Contents?: true
Size: 656 Bytes
Versions: 27
Compression:
Stored size: 656 Bytes
Contents
<!-- Title System --> <% phc_title "Script URL Manager" %> <% phc_title_tagline "Script URL Index" %> <!-- 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 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', script_listing: @script_listing %> </div> </div>
Version data entries
27 entries across 27 versions & 2 rubygems