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
275 B
Elixir
13 lines
275 B
Elixir
<h2>Show Group request</h2>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<strong>State:</strong>
|
|
<%= @group_request.state %>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<span><%= link "Edit", to: group_request_path(@conn, :edit, @group_request) %></span>
|
|
<span><%= link "Back", to: group_request_path(@conn, :index) %></span>
|