Initial app
This commit is contained in:
8
app/views/contests/new.html.slim
Normal file
8
app/views/contests/new.html.slim
Normal file
@@ -0,0 +1,8 @@
|
||||
h1 Create a new contest
|
||||
|
||||
= form_with model: @contest do |form|
|
||||
div
|
||||
= form.label :name
|
||||
= form.text_field :name
|
||||
div
|
||||
= form.submit
|
||||
Reference in New Issue
Block a user