Sha256: fcca68298b8e133c6c39e40ce84e0d70396489908f4af9d583c309cb60c6829d
Contents?: true
Size: 1.33 KB
Versions: 8
Compression:
Stored size: 1.33 KB
Contents
<%= render 'phcnotifi/notifications' %> <!-- Main Content --> <div class="wrapper wrapper-content"> <div class="panel panel-default"> <div class="panel-heading"> <h4><i class="fa fa-code"></i> Script URL List</h4> <p></p> </div> <div class="panel-body"> <table class="table table-bordered table-striped table-hover"> <thead> <tr> <th>Script URL</th> <th>Script Type</th> <th></th> </tr> </thead> <tbody> <% @scriptcdn_scripturls.each do |scriptcdn_scripturl| %> <tr> <td><%= scriptcdn_scripturl.scrpturlphc %></td> <td><%= scriptcdn_scripturl.scrpturltype %></td> <td><div class="btn-group" role="group" aria-label="Script CDN"> <%= link_to 'Edit', edit_scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), class: "btn btn-w-m btn-primary btn-xs btn-phc-custom" %> <%= link_to 'Destroy', scriptcdn_scriptversion_scripturl_path(scriptcdn_scripturl.scriptversion, scriptcdn_scripturl), 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 URL', new_scriptcdn_scriptversion_scripturl_path, class: "btn btn-w-m btn-primary btn-phc-custom" %> </div> </div> </div>
Version data entries
8 entries across 8 versions & 2 rubygems