-
-
Save jcromartie/5214536 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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