Add title to new group page

This commit is contained in:
Shadowfacts 2019-11-10 11:52:54 -05:00
parent 9a1ecf3b0b
commit acbc07f2ee
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
<h1>New Group</h1>
<%= form_for @changeset, Routes.group_path(@conn, :create), fn form -> %>
<div class="form-group row">
<label for="title" class="col-sm-2 col-form-label">Title</label>
@ -10,4 +12,4 @@
<%= submit "Create Group", class: "btn btn-primary" %>
</div>
</div>
<% end %>
<% end %>