Sha256: 701961beaad9a051a0eef1d37f5337251472d0935497b0f745dd28d853b51353
Contents?: true
Size: 1.18 KB
Versions: 8
Compression:
Stored size: 1.18 KB
Contents
<%= render 'phcnotifi/notifications' %> <!-- Main Content --> <div class="wrapper wrapper-content"> <div class="panel panel-default"> <div class="panel-heading"> <i class="fa fa-code"></i> Script CDN List </div> <div class="panel-body"> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Script Name</th> <th></th> </tr> </thead> <tbody> <% @scriptcdn_scripts.each do |scriptcdn_script| %> <tr> <td><%= scriptcdn_script.scrptname %></td> <td><div class="btn-group" role="group" aria-label="Script CDN"> <%= link_to 'Show', scriptcdn_script, class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %> <%= link_to 'Edit', edit_scriptcdn_script_path(scriptcdn_script), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %> <%= link_to 'Destroy', scriptcdn_script, class: "btn btn-w-m btn-danger btn-xs btn-phc-custom", method: :delete, data: { confirm: 'Are you sure?' } %> </div></td> </tr> <% end %> </tbody> </table> <%= link_to 'New Script', new_scriptcdn_script_path, class: "btn btn-w-m btn-primary btn-phc-custom" %> </div> </div> </div>
Version data entries
8 entries across 8 versions & 2 rubygems