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

20 lines
317 B
Plaintext

<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 %>