Show More
Commit Description:
more heart beat feature...
Commit Description:
more heart beat feature add reset last login ip (grafted from 6efa41a1cfdc5e910b85eec6d8b874ed651776bd)
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new.html.erb | 8 lines | 174 B | text/plain | TextLexer |
<h1>New user</h1>
<%= form_tag :action => 'create' do %>
<%= render :partial => 'form' %>
<%= submit_tag "Create" %>
<% end %>
<%= link_to 'Back', :action => 'list' %>