Sha256: 269b30d3ff81456bf4f3689ada64f59b314aef78f7c1f3cc85efb66c767b352e

Contents?: true

Size: 677 Bytes

Versions: 8

Compression:

Stored size: 677 Bytes

Contents

<h1>New Issue</h1>

<form id="new" action="<%= Helios.services['newsstand']%>/issues" method="post" enctype="multipart/form-data">
  <ol>
    <li>
      <label>Name</lable>
      <input type="text" name="name"/>
    </li>
    <li>
      <label>Summary</lable>
      <textarea name="summary"/>
    </li>
    <li>
      <label>Covers</lable>
      <input type="file" name="covers[]" multiple/>
    </li>
    <li>
      <label>Assets</lable>
      <input type="file" name="assets[]" multiple/>
    </li>
    <li>
      <label>Published</lable>
      <input type="datetime-local" name="published_at"/>
    </li>
  </ol>

  <button id="create" type="button">Create</button>
</form>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
helios-0.4.1 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.4.0 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios_aim-0.2.2 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.3.0 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.2.5 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.2.4 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.2.3 ./lib/helios/frontend/templates/newsstand/new.jst.tpl
helios-0.2.2 ./lib/helios/frontend/templates/newsstand/new.jst.tpl