parent
a70c656690
commit
4d3971113f
13 changed files with 196 additions and 0 deletions
7
app/views/sessions/new.html.erb
Normal file
7
app/views/sessions/new.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="mx-auto md:w-2/3 w-full">
|
||||
<h1 class="font-bold text-4xl">New session</h1>
|
||||
|
||||
<%= render "form", session: @session %>
|
||||
|
||||
<%= link_to "Back to sessions", sessions_path, class: "ml-2 rounded-lg py-3 px-5 bg-gray-100 inline-block font-medium" %>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue