app/views/phcscriptcdn/script/listings/index.html.erb in phcscriptcdn-3.0.0.pre.beta vs app/views/phcscriptcdn/script/listings/index.html.erb in phcscriptcdn-3.0.0
- old
+ new
@@ -28,22 +28,22 @@
<!-- Main Content -->
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Title</th>
- <th>Category</th>
- <th>Licence</th>
- <th></th>
+ <th>Release Date</th>
+ <th>Latest Release Date</th>
+ <th>Beta Release Date</th>
</tr>
</thead>
<tbody>
<% @script_listings.each do |script_listing| %>
<tr>
<td class="vert-align"><%= link_to script_listing.scripttitle, script_listing_path(script_listing) %></td>
<td class="vert-align"><%= link_to script_listing.scriptinitialrelease, script_listing_path(script_listing) %></td>
- <td class="vert-align"><%= link_to script_listing.scriptlastestreleasecdn, script_listing_path(script_listing) %></td>
- <td class="vert-align"><%= link_to 'Destroy', script_listing_path(script_listing), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %></td>
+ <td class="vert-align"><%= link_to script_listing.scriptlastestrelease, script_listing_path(script_listing) %></td>
+ <td class="vert-align"><%= link_to script_listing.scriptbetarelease, script_listing_path(script_listing) %></td>
</tr>
<% end %>
</tbody>
</table>
\ No newline at end of file