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
applied my changes - initial import
[boxroom-stian.git]
/
app
/
views
/
frontpage
/
new.rhtml
blob
df6af8cc70906cbb5cc15c38d8b3d08a45fe06d5
1
<h1>New news</h1>
2
3
<% form_tag :action => 'create' do %>
4
<%= render :partial => 'form' %>
5
<%= submit_tag "Create" %>
6
<% end %>
7
8
<%= link_to 'Back', :action => 'list' %>