Sha256: 849ac1a0e605342e01c89e1c8b1ec78e833c033fb989dd8c8e21ce69f4d887fb
Contents?: true
Size: 1.09 KB
Versions: 8
Compression:
Stored size: 1.09 KB
Contents
<p id="notice"><%= notice %></p> <!-- Main Content --> <div class="wrapper wrapper-content"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-code"></i> Script Version List </div> <div class="panel-body"> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Script Version</th> <th></th> </tr> </thead> <tbody> <% @scriptcdn_scriptversions.each do |scriptcdn_scriptversion| %> <tr> <td><%= scriptcdn_scriptversion.scrptversion %></td> <td> <%= link_to 'Edit', edit_scriptcdn_scriptversion_path(scriptcdn_scriptversion), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %> <%= link_to 'Destroy', scriptcdn_scriptversion, class: "btn btn-w-m btn-primary btn-phc-custom btn-xs btn-phc-custom", method: :delete, data: { confirm: 'Are you sure?' } %> </td> </tr> <% end %> </tbody> </table> <%= link_to 'Add a New Version Option', new_scriptcdn_scriptversion_path, class: "btn btn-w-m btn-primary btn-phc-custom" %> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems