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
/
edit.rhtml
blob
5adb51b89d9f5e9bdc342ac5b3e5af505b44438e
1
<h1>Editing news</h1>
2
3
<% form_tag :action => 'update', :id => @news do %>
4
<%= render :partial => 'form' %>
5
<%= submit_tag 'Update' %>
6
<% end %>
7
8
<%= link_to 'Back', :action => 'list' %>