added news updates ui
This commit is contained in:
16
app/views/news_updates/edit.html.erb
Normal file
16
app/views/news_updates/edit.html.erb
Normal file
@@ -0,0 +1,16 @@
|
||||
<div id="c-news-updates">
|
||||
<div id="a-new">
|
||||
<h1>Edit Update</h1>
|
||||
|
||||
<%= simple_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" %>
|
||||
|
||||
<% content_for(:page_title) do %>
|
||||
Edit Update - <%= Danbooru.config.app_name %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user