Sha256: 9723a6efba5840e684926c437774274f6cf481bd1869ff51c1eba9591a98f0cf
Contents?: true
Size: 972 Bytes
Versions: 1
Compression:
Stored size: 972 Bytes
Contents
<div class="navbar navbar-inverse"> <div class="navbar-inner"> <ul class="nav"> <li class="active"><a id="ruby-tab" href="#">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> <%= link_to '', source_codes_download_path, id: 'download-link', style: 'display: none', 'data-method' => 'delete' %> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smalruby-editor-0.0.6 | app/views/editor/index.html.erb |