app/views/phcscriptcdnpro/scriptcdn/urls/index.html.erb in phcscriptcdnpro-1.6.9 vs app/views/phcscriptcdnpro/scriptcdn/urls/index.html.erb in phcscriptcdnpro-1.7.0
- old
+ new
@@ -4,10 +4,11 @@
<!-- Bread Crumb -->
<div class="page-bar">
<ul class="page-breadcrumb">
+ <li><%= link_to "Script Listings", phcscriptcdnpro.scriptcdn_mains_path %><i class="fa fa-circle"></i></li>
<li><%= link_to "Script Versions", phcscriptcdnpro.scriptcdn_main_urls_path %><i class="fa fa-circle"></i></li>
<li class="active"><%= yield(:phc_title_tagline) %></li>
</ul>
</div>
@@ -22,20 +23,20 @@
<div class="caption">
<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
</div>
<div class="actions">
<%= link_to new_scriptcdn_main_url_path, class: "btn blue-chambray" do %>
- <i class="fa fa-plus"></i> Add a New Script Url
+ <i class="fa fa-plus"></i> Add a New Url for Script
<% 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>Scripturl</th>
+ <th>URL Path</th>
<th></th>
</tr>
</thead>
<tbody>
<% @scriptcdn_urls.each do |scriptcdn_url| %>