Sha256: 2f80288f53885619d6e501b1b9c15092e58d59977c345f375a58e49f5b8fc2af
Contents?: true
Size: 834 Bytes
Versions: 7
Compression:
Stored size: 834 Bytes
Contents
<!-- Title System --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Add a New Author" %> <!-- Title System --> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- Bread Crumbs --> <ol class="breadcrumb"> <li><%= link_to "Script Licence Index", phcscriptcdn.script_licences_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> <!-- Bread Crumbs --> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Page Title --> </div> </div> <!-- Page Header --> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <!-- Form Requries URL to Function Properly --> <%= render 'form', script_licence: @script_licence %> </div> </div> <!-- Main Content -->
Version data entries
7 entries across 7 versions & 1 rubygems