Sha256: 913fa255923be5b003b8780c8eed2314f0cf2089bdee561d8b18a666923aaf31
Contents?: true
Size: 742 Bytes
Versions: 27
Compression:
Stored size: 742 Bytes
Contents
<!-- Title System --> <% phc_title "Script Licence Manager" %> <% phc_title_tagline "Update Script Licence Information" %> <!-- 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 "Licence Index", script_licences_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_licence: @script_licence %> </div> </div>
Version data entries
27 entries across 27 versions & 2 rubygems