Sha256: 1ce1b13572adc58432aff15dfb729a34dfc185e2d7eb5ad72d8a36098f8a38c6
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
<!-- Title System --> <% phc_title "Script Listing Manager" %> <% phc_title_tagline "Create a New Version for Script Listings" %> <!-- Title System --> <!-- Page Header --> <div class="row wrapper border-bottom white-bg page-heading"> <div class="col-sm-4"> <h2><%= yield(:phc_title) %></h2> <!-- Bread Crumb --> <ol class="breadcrumb"> <li><%= link_to "Script Authors", phcscriptcdnpro.script_authors_path %></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ol> </div> <div class="col-sm-8"> <div class="title-action"> <%= link_to phcscriptcdnpro.script_authors_path, class: "btn btn-primary" do %> <i class="fa fa-plus"></i> Back to Script Author Index <% end %> </div> </div> </div> <!-- Page Header --> <!-- Page Content --> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12"> <div class="ibox float-e-margins"> <div class="ibox-title"> <h5><%= yield(:phc_title_tagline) %></h5> <div class="ibox-tools"> <a class="collapse-link"> <i class="fa fa-chevron-up"></i> </a> <a class="close-link"> <i class="fa fa-times"></i> </a> </div> </div> <div class="ibox-content"> <!-- Form Requries URL to Function Properly --> <%= render 'form', { form_url: script_listing_author_path } %> </div> </div> </div> </div> </div> <!-- Page Content -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-4.6.0 | app/views/phcscriptcdnpro/script/authors/new.html.erb |
phcscriptcdnpro-4.5.10 | app/views/phcscriptcdnpro/script/authors/new.html.erb |