Sha256: 423b6a0895a220a22e304120efacb9c16c56df456e7f129044dcc7719976fae5

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 Bytes

Contents

  <% @page_heading = 'Users' %>

  <h3>Creating user</h3>

  <%= start_form_tag :action=>"new" %>

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

  <div id="operations">
    <%= save %> or <%= cancel %>  
  </div>

  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/users/new.rhtml
typo-3.99.2 app/views/admin/users/new.rhtml
typo-3.99.3 app/views/admin/users/new.rhtml
typo-3.99.1 app/views/admin/users/new.rhtml
typo-3.99.4 app/views/admin/users/new.rhtml
typo-4.0.1 app/views/admin/users/new.rhtml
typo-4.0.2 app/views/admin/users/new.rhtml
typo-4.0.0 app/views/admin/users/new.rhtml
typo-4.0.3 app/views/admin/users/new.rhtml