mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-24 17:48:39 +00:00
6 lines
189 B
Elixir
6 lines
189 B
Elixir
|
<h2>New Group account</h2>
|
||
|
|
||
|
<%= render "form.html", Map.put(assigns, :action, group_account_path(@conn, :create)) %>
|
||
|
|
||
|
<span><%= link "Back", to: group_account_path(@conn, :index) %></span>
|