Files
danbooru/app/views/news_updates/edit.html.erb

13 lines
321 B
Plaintext

<div id="c-news-updates">
<div id="a-edit">
<h1>Edit Update</h1>
<%= edit_form_for(@news_update) do |f| %>
<%= f.input :message, :hint => "Use HTML for formatting", :input_html => {:size => "30x5"} %>
<%= f.button :submit, "Submit" %>
<% end %>
</div>
</div>
<%= render "secondary_links" %>