Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Forked from qizwiz/index.html.html
Created March 21, 2013 16:44
Show Gist options
  • Save jcromartie/5214536 to your computer and use it in GitHub Desktop.
Save jcromartie/5214536 to your computer and use it in GitHub Desktop.
<div class="page-header">
<h1>>Navy Feeds</h1>
</div>
<table class="table table-striped">
<thead>
<tr>
<th>Name></th>
<th>URL</th>
<th>Tags</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>name-placeholder</td>
<td>url-placeholder</td>
<td>tags-placeholder</td>
<td>actions-placeholder</td>
<td class="table-actions">
<%= link_to "<i class =\"icon-edit\"></i>".html_safe,
edit_establishment_path(establishment.identifier),
:class => 'btn btn-mini', title: "Edit" %>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment