Sha256: 275ab6696f2542de9c8b88bbbede192a712f36df0f93475ad43c6f856914c05c
Contents?: true
Size: 435 Bytes
Versions: 10
Compression:
Stored size: 435 Bytes
Contents
<h1 class="pull-left">Showing Snippet</h1> <%= link_to 'Edit', edit_snippet_path(@snippet), class: "btn btn-primary btn-warning pull-right showing-edit-button" %> <table class="table table-striped table-bordered"> <tr> <th>Title</th> <th>Status</th> </tr> <tr> <td><%= @snippet.title %></td> <td width="20%"><%= @snippet.status %></td> </tr> </table> <div class="well"> <%= raw(@snippet.content) %> </div>
Version data entries
10 entries across 10 versions & 1 rubygems