Sha256: c527e384531a0ee3f94bf3ad8b8b4f773fde12c040f5c05d7f4b3040df1908a7

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

<div class="navbar navbar-inverse">
  <div class="navbar-inner">
    <ul class="nav">
      <li class="active"><a id="ruby-tab" href="#" onclick="window.event.preventDefault(); return false;">Ruby</a></li>
    </ul>

    <%= form_tag(source_codes_load_path, id: "file-form", class: "navbar-form pull-right", method: "post", multipart: true) do %>
      <button id="check-button" type="button" class="btn btn-primary">チェック</button>
      <input id="filename" type="text" class="span4" placeholder="プログラムの名前を入れてね(例:01.rb)">
      <button id="save-button" type="button" class="btn btn-primary">セーブ</button>
      <% unless Rails.env == 'standalone' %>
      <%= link_to '', source_codes_download_path, id: 'download-link', style: 'display: none', 'data-method' => 'delete' %>
      <% end %>
      <button id="load-button" class="btn btn-primary">ロード</button>
      <input id="load-file" type="file" name="source_code[file]" style="display: none">
    <% end %>
  </div>
</div>

<div id="messages">
</div>

<div id="text-editor"></div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smalruby-editor-0.0.8 app/views/editor/index.html.erb
smalruby-editor-0.0.8-x86-mingw32 app/views/editor/index.html.erb
smalruby-editor-0.0.7 app/views/editor/index.html.erb