Sha256: 14c575e4f97c10ee58456ae87490b24781d8ab975ff78f99f4037421f44f715d
Contents?: true
Size: 825 Bytes
Versions: 7
Compression:
Stored size: 825 Bytes
Contents
<!-- Title System --> <% phc_title "Script Listings Manager" %> <% phc_title_tagline "Update Author Data" %> <!-- Title System --> <!-- Page Header --> <div class="row"> <div class="col-lg-12"> <!-- Bread Crumbs --> <ol class="breadcrumb"> <li><%= link_to "Author Index", phcscriptcdn.script_authors_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_author: @script_author %> </div> </div> <!-- Main Content -->
Version data entries
7 entries across 7 versions & 1 rubygems