13 lines
271 B
Plaintext
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 -%>
|