module-and-template-store/app/views/clients/show.html.erb

20 lines
317 B
Plaintext
Raw Normal View History

2014-02-13 06:51:23 +00:00
<p id="notice"><%= notice %></p>
<p>
<strong>Site name:</strong>
<%= @client.site_name %>
</p>
<p>
<strong>Site token:</strong>
<%= @client.site_token %>
</p>
<p>
<strong>Site:</strong>
<%= @client.site_id %>
</p>
<%= link_to 'Edit', edit_client_path(@client) %> |
<%= link_to 'Back', clients_path %>