This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
|
<h1><%= t('admin.editing_link') %></h1>
|
|
|
|
<%= form_for @link, :url => admin_link_path(@link) do |f| %>
|
|
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
|
|
<p>
|
|
<%= f.submit t(:update) %> <%= link_back %>
|
|
</p>
|
|
<% end %>
|