1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2025-01-24 09:38:44 +00:00
mobilizon/lib/eventos_web/templates/group_request/show.html.eex
Thomas Citharel 90ceb4f6fe initial commit
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2017-12-08 09:58:14 +01:00

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>