account show.html
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Title:</strong>
|
||||
<%= @settings_account.title %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Account type:</strong>
|
||||
<%= @settings_account.account_type %>
|
||||
</p>
|
||||
|
||||
<%= link_to 'Edit', %> |
|
||||
<%= link_to 'Back', settings_accounts_path %>
|
||||
|
||||
|
||||
<div class="page-header">
|
||||
@@ -28,7 +41,7 @@
|
||||
<td><%= @settings_account.title %></td>
|
||||
<td><%= @settings_account.account_type %></td>
|
||||
|
||||
<td><%= link_to 'Edit', edit_settings_account_path(@settings_account) %></td>
|
||||
<td><%= link_to 'Edit', edit_settings_account_path(@settings_account, @settings_account) %></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user