Show More
Commit Description:
fix pdf to use inline display of browsers...
Commit Description:
fix pdf to use inline display of browsers
(grafted from e31b572e8855ddcf56c682d6dd27999a434243d1)
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new.html.erb
| 8 lines
| 174 B
| text/plain
| TextLexer
|
|
r320 | <h1>New user</h1> | ||
<%= form_tag :action => 'create' do %> | ||||
<%= render :partial => 'form' %> | ||||
<%= submit_tag "Create" %> | ||||
<% end %> | ||||
<%= link_to 'Back', :action => 'list' %> | ||||