edit.html.erb 152 Bytes
<h1><%= _("Edit circle") %></h1>

<%= render :partial => 'form', :locals => { :mode => :edit, :circle => @circle, :profile_types => @profile_types } %>