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.
orbit-4-1/app/views/admin/snippets/edit.html.erb

12 lines
274 B
Plaintext

<h1><%= t('admin.editing_snippet') %></h1>
<%= form_for @snippet, :url => admin_snippet_path(@snippet) do |f| %>
<%= f.error_messages %>
<%= render :partial => "form", :locals => { :f => f } %>
<p>
<%= f.submit 'Update' %> <%= link_back %>
</p>
<% end %>