Sha256: efdf2094ac6cdf964fe46f3f4d4292543759e19d2ced5841904adc64aa53e6b9

Contents?: true

Size: 462 Bytes

Versions: 23

Compression:

Stored size: 462 Bytes

Contents

<h2><%= t('txt.views.users.edit.header') %></h2>

<%= error_messages_for @user %>

<%= form_for(@user, :url => user_path(:id => @user), :html => {:class => "form"}) do |f| %>
  <%= render :partial => "form", :locals => { :f => f } %>
<% end %>

<%= content_for :sub_navigation do %>
  <ul>
    <li><%= link_to t('txt.common.back'), users_path, :class => 'back' %> | </li>
    <li><%= link_to t('txt.views.users.new_link'), new_user_path%></li>
  </ul>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/users/edit.html.erb
iqvoc-3.2.10 app/views/users/edit.html.erb
iqvoc-3.2.9 app/views/users/edit.html.erb
iqvoc-3.2.8 app/views/users/edit.html.erb
iqvoc-3.5.7 app/views/users/edit.html.erb
iqvoc-3.5.6 app/views/users/edit.html.erb
iqvoc-3.5.5 app/views/users/edit.html.erb
iqvoc-3.5.4 app/views/users/edit.html.erb
iqvoc-3.2.7 app/views/users/edit.html.erb
iqvoc-3.5.3 app/views/users/edit.html.erb
iqvoc-3.5.2 app/views/users/edit.html.erb
iqvoc-3.5.1 app/views/users/edit.html.erb
iqvoc-3.5.0 app/views/users/edit.html.erb
iqvoc-3.4.0 app/views/users/edit.html.erb
iqvoc-3.3.4 app/views/users/edit.html.erb
iqvoc-3.3.3 app/views/users/edit.html.erb
iqvoc-3.3.2 app/views/users/edit.html.erb
iqvoc-3.3.1 app/views/users/edit.html.erb
iqvoc-3.3.0 app/views/users/edit.html.erb
iqvoc-3.2.6 app/views/users/edit.html.erb