Sha256: 713f991a2346c3f4a400198bce1267f8d7325c04964707238676fd588e76541c

Contents?: true

Size: 373 Bytes

Versions: 23

Compression:

Stored size: 373 Bytes

Contents

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

<%= error_messages_for @user %>

<%= form_for(@user, :url => users_path, :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>
  </ul>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

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