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/user_attributes/edit.html.erb

13 lines
271 B
Plaintext

<h1>Editing user attribute: <%= @user_attribute.key %></h1>
<% form_for @user_attribute, :url => admin_user_attribute_path(@user_attribute) do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<p>
<%= f.submit %>
</p>
<% end -%>