mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-24 09:38:44 +00:00
90ceb4f6fe
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
13 lines
273 B
Elixir
13 lines
273 B
Elixir
<h2>Show Group account</h2>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<strong>Role:</strong>
|
|
<%= @group_account.role %>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<span><%= link "Edit", to: group_account_path(@conn, :edit, @group_account) %></span>
|
|
<span><%= link "Back", to: group_account_path(@conn, :index) %></span>
|