Edit Unstatic "<%= @unstatic_node.name %>" Content

<%= error_messages_for("unstatic_node") %> Text filer: Markdown (sorry, no other option at the moment) <% form_for(@unstatic_node) do |f| %> <%= hidden_field_tag :origin, params[:origin] %> <%= f.hidden_field :name %> <%= f.text_area :content, :rows => 20, :cols => 70 %>
<%= submit_tag "Save" %> <% end %>