app/views/phcscriptcdn/script/licences/index.html.erb in phcscriptcdn-3.3.3 vs app/views/phcscriptcdn/script/licences/index.html.erb in phcscriptcdn-4.0.0

- old
+ new

@@ -1,27 +1,30 @@ <!-- Title System --> -<% phc_title "Script Licence Manager" %> -<% phc_title_tagline "Licence Index" %> +<% phc_title "Script Listings Manager" %> +<% phc_title_tagline "Script Licence Index" %> +<!-- Title System --> <!-- 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 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"> @@ -35,11 +38,10 @@ <th>CopyFree Approval</th> <th>Debian Approval</th> <th>Fedora Approval</th> </tr> </thead> - <tbody> <% @script_licences.each do |script_licence| %> <tr> <td><%= link_to script_licence.lcncname, script_licence %></td> <td><%= link_to script_licence.lcnccomgpl, script_licence %></td> @@ -55,5 +57,6 @@ <%= link_to 'New Script Licence', new_script_licence_path, class: "btn btn-primary" %> </div> </div> +<!-- Main Content -->