Links, mainly...
This commit is contained in:
parent
fd42a3f173
commit
21ab02d647
69 changed files with 2258 additions and 155 deletions
8
app/views/links/edit.html.erb
Normal file
8
app/views/links/edit.html.erb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<h1><%= t("scaffold.pagetitle_edit", model: Link.model_name.human) %></h1>
|
||||
|
||||
<%= render "form", link: @link %>
|
||||
|
||||
<div class="action-row">
|
||||
<%= link_to t("scaffold.link_show", model: Link.model_name.human), @link %>
|
||||
<%= link_to t("scaffold.link_index", model: Link.model_name.human(count: 2)), links_path %>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue