Editable landing page.

This commit is contained in:
codevictory
2021-05-26 21:47:50 +03:00
parent 8befa3058c
commit f1e44e87d9
20 changed files with 484 additions and 68 deletions

View File

@@ -0,0 +1,7 @@
<section class="main">
<h1>Luo kappale</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.admin_index_path(@conn, :create)) %>
<span><%= link "Takaisin", to: Routes.index_path(@conn, :index) %></span>
</section>