Add title to new group page
This commit is contained in:
parent
9a1ecf3b0b
commit
acbc07f2ee
|
@ -1,3 +1,5 @@
|
||||||
|
<h1>New Group</h1>
|
||||||
|
|
||||||
<%= form_for @changeset, Routes.group_path(@conn, :create), fn form -> %>
|
<%= form_for @changeset, Routes.group_path(@conn, :create), fn form -> %>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label for="title" class="col-sm-2 col-form-label">Title</label>
|
<label for="title" class="col-sm-2 col-form-label">Title</label>
|
||||||
|
|
Loading…
Reference in New Issue