Sha256: 88c554d7a76520b9a5b664974df02c300e241c37effd87665dafd186b4a26eff

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

<div id="__editor__">
  <h3>editing <%= @path %>...</h3>

  <%= form_tag save_editor_path, :remote => true, :id => HocusPocus::Editor::EDITOR do %>
    <%= hidden_field_tag :path, @path %>
    <%= text_area_tag :file, @file, :size => '100x30' %>
    <div align="right">
      <%= button_to_function 'Hide', "$('#__editor__').hide()" %>&nbsp;
      <%= submit_tag 'Save!' %>
    </div>
  <% end %>

  <hr>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hocus_pocus-0.2.1 engines/editor/app/views/hocus_pocus/editor/editor/_editor.html.erb
hocus_pocus-0.2.0 engines/editor/app/views/hocus_pocus/editor/editor/_editor.html.erb