Sha256: bab6dcb7c760c44892c75cae197b1c9ea88c3d35b2874ea22194e18551731e13
Contents?: true
Size: 1.85 KB
Versions: 2
Compression:
Stored size: 1.85 KB
Contents
<!-- -PHCDEV- Title Variables --> <% phc_title "Code Snippet Manager" %> <% phc_title_tagline "Asset URL Details" %> <% phc_breadcrumb_one link_to "Code Snippet Index", phccodesnipper.script_snippets_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %> <!-- -PHCDEV- Title Variables --> <!-- -PHCDEV- Bradcrumbs --> <ol class="breadcrumb float-xl-end"> <li class="breadcrumb-item"><%= yield(:phc_breadcrumb_one) %></li> <li class="breadcrumb-item active"><%= yield(:phc_breadcrumb_two) %></li> </ol> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Header --> <h1 class="page-header"><%= yield(:phc_title) %></h1> <!-- -PHCDEV- Bradcrumbs --> <!-- -PHCDEV- Panel --> <div class="row"> <!-- -PHCDEV- Button Area --> <div class="col-lg-4"> <!-- -PHCDEV- Button Panel --> <div class="panel panel-inverse"> <!-- -PHCDEV- Panel - Heading --> <div class="panel-heading"> <h4 class="panel-title">Options Panel</h4> </div> <!-- -PHCDEV- Panel - Heading --> <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> <%= link_to "Update", phccodesnipper.edit_script_snippet_url_path, class: "btn btn-primary" %> </div> <!-- -PHCDEV- Panel - Body --> </div> <!-- -PHCDEV- Button Panel --> </div> <!-- -PHCDEV- Button Area --> <!-- -PHCDEV- Main Area --> <div class="col-lg-8"> <!-- -PHCDEV- Main Panel --> <div class="panel panel-inverse"> <!-- -PHCDEV- Panel - Heading --> <div class="panel-heading"> <h4 class="panel-title"><%= yield(:phc_title_tagline) %></h4> </div> <!-- -PHCDEV- Panel - Heading --> <!-- -PHCDEV- Panel - Body --> <div class="panel-body"> <p class="h3">Script Snippet URL</p> <hr> <pre><code><%= @script_url.script_url %></code></pre> </div> <!-- -PHCDEV- Panel - Body --> </div> <!-- -PHCDEV- Main Panel --> </div> <!-- -PHCDEV- Main Area --> </div> <!-- -PHCDEV- Panel -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phccodesnipper-6.1.1 | app/views/phccodesnipper/script/urls/show.html.erb |
phccodesnipper-6.1.0 | app/views/phccodesnipper/script/urls/show.html.erb |