repo.or.cz
/
boxroom-stian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
moving intranet buttons to environment.rb for easier configuration
[boxroom-stian.git]
/
app
/
views
/
user
/
new.rhtml
blob
d2218a1461d3e982e0bafa0fbbbe1f3e7ad7f87b
1
<p class="title">New user</p>
\r
2
\r
3
<% form_tag :action => 'create' do %>
\r
4
<%= render_partial 'form' %>
\r
5
<%= submit_tag 'Create' %>
\r
6
<% end %>
\r
7
\r
8
<%= link_to 'Back', :action => 'list' %>