Sha256: 79fd849311922429f79e5df2e15747b28eb7a1cda928e3e882f46371d9c20fdf
Contents?: true
Size: 1.45 KB
Versions: 24
Compression:
Stored size: 1.45 KB
Contents
<!-- Title System --> <% phc_title "Script CDN Listing" %> <% phc_title_tagline "Script CDN Index" %> <!-- Bread Crumb --> <div class="page-bar"> <ul class="page-breadcrumb"> <li><%= link_to "Script Listing", phcscriptcdnpro.scriptcdn_mains_path %><i class="fa fa-circle"></i></li> <li class="active"><%= yield(:phc_title_tagline) %></li> </ul> </div> <!-- Page Title --> <h3 class="page-title"> <%= yield(:phc_title) %> </br> <small><%= yield(:phc_title_tagline) %></small> </h3> <!-- Main Content --> <div class="row"> <div class="col-lg-12"> <div class="portlet light"> <div class="portlet-title"> <div class="caption"> <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span> </div> <div class="actions"> <%= link_to phcscriptcdnpro.new_scriptcdn_main_path, class: "btn blue-chambray" do %> <i class="fa fa-plus"></i> Add a New Script for CDN <% end %> </div> </div> <div class="portlet-body"> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover table-header-fixed"> <thead> <tr> <th>Script Name</th> </tr> </thead> <tbody> <% @scriptcdn_mains.each do |scriptcdn_main| %> <tr> <td><%= link_to scriptcdn_main.scriptname, edit_scriptcdn_main_path(scriptcdn_main) %></td> </tr> <% end %> </tbody> </table> </div> </div> </div> </div> </div>
Version data entries
24 entries across 24 versions & 1 rubygems