Sha256: f9bad587fe5f02d94f462c52978bd3b68e4ee57d7d0a7de0a2e5c29b13c6e338
Contents?: true
Size: 1.19 KB
Versions: 9
Compression:
Stored size: 1.19 KB
Contents
<!-- 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"> <% if current_user %> <%= 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?' } %> <% end %> </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
9 entries across 9 versions & 1 rubygems