Sha256: ef8876c4127d45e5f3c6fa9adfbcffdc820fee73bdb74894ff39656e6b9c19a5
Contents?: true
Size: 995 Bytes
Versions: 2
Compression:
Stored size: 995 Bytes
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 %> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smalruby-editor-0.0.9-x86-mingw32 | app/views/editor/index.html.erb |
smalruby-editor-0.0.9 | app/views/editor/index.html.erb |