Sha256: 732655a66455125b00dda3d524f53604f384664c8be4e5dcc21079b52f3352eb

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

  <% @page_heading = _('Add User') %>
  <% content_for('tasks') do %>
    <%= subtab _("Users"), "", {:controller=>"users", :action=>"index"} %>
  <% end%>
  <% form_tag :action=>"new" do %>

  <div class="admin">
    <%= render_partial "form" %>
  </div>

  <%= cancel_or_save %>
  <% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/users/new.html.erb
typo-5.0.3.98 app/views/admin/users/new.html.erb
typo-5.1.2 app/views/admin/users/new.html.erb
typo-5.1.1 app/views/admin/users/new.html.erb
typo-5.1.3 app/views/admin/users/new.html.erb
typo-5.1 app/views/admin/users/new.html.erb