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(:new_link, :scope => :admin) %></h1>
|
|
|
|
<% form_for @link, :url => admin_links_path do |f| %>
|
|
|
|
<%= render :partial => "form", :locals => { :f => f } %>
|
|
|
|
<p>
|
|
<%= f.submit 'Create' %>
|
|
</p>
|
|
|
|
<% end %> |