Show Account
-
Username:
<%= @account.username %>
-
Domain:
<%= @account.domain %>
-
Display name:
<%= @account.display_name %>
-
Description:
<%= @account.description %>
-
Private key:
<%= @account.private_key %>
-
Public key:
<%= @account.public_key %>
-
Suspended:
<%= @account.suspended %>
-
Uri:
<%= @account.uri %>
-
Url:
<%= @account.url %>
<%= link "Edit", to: account_path(@conn, :edit, @account) %>
<%= link "Back", to: account_path(@conn, :index) %>