Sha256: a9b68e9698b8f7d85aecb953a07646ec9179f03dcf76990176a930f9421973be
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
<h1><%= @tag.name %> </h1> <table class="table table-bordered table-striped"> <thead> <tr> <th>First name</th> <th>Last name</th> <th>Primary email</th> <th>Primary phone</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <%= render @tag.contacts %> </thead> </table> <br /> <%= link_to 'Back', tags_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watchtower-0.0.1 | app/views/watchtower/tags/show.html.erb |