Sha256: f31b3db17d7ce2e07d8010249da9525bf7190e514fee1fd809e9720d992c7cbf

Contents?: true

Size: 506 Bytes

Versions: 33

Compression:

Stored size: 506 Bytes

Contents

<h2>Editing entry</h2>
<div id="entries">
  <div class="entry">
    <form method="post" action="#{R self,:save}">
      <input name="id" type="hidden" value="#{@entry.id}"/>
      <div class="header">
        <div class="title">
          <input name="title" type="text" value="#{@entry.title}"/>
        </div>
      </div>
      <div class="content">
        <textarea name="content">#{@entry.content}</textarea>
      </div>
      <input type="submit" value="Update Entry"/>
    </form>
  </div>
</div>

Version data entries

33 entries across 33 versions & 7 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/blog/view/edit.xhtml
Pistos-ramaze-2008.12 examples/app/blog/view/edit.xhtml
Pistos-ramaze-2009.01 examples/app/blog/view/edit.xhtml
Pistos-ramaze-2009.02 examples/app/blog/view/edit.xhtml
clivecrous-ramaze-0.3.9.5 examples/blog/view/edit.xhtml
manveru-ramaze-2008.07 examples/app/blog/view/edit.xhtml
manveru-ramaze-2008.08 examples/app/blog/view/edit.xhtml
manveru-ramaze-2008.09 examples/app/blog/view/edit.xhtml
manveru-ramaze-2008.10 examples/app/blog/view/edit.xhtml
manveru-ramaze-2008.12 examples/app/blog/view/edit.xhtml
manveru-ramaze-2009.01 examples/app/blog/view/edit.xhtml
ptomato-ramaze-2009.02.1 examples/app/blog/view/edit.xhtml
ptomato-ramaze-2009.02 examples/app/blog/view/edit.xhtml
starapor-slippers-0.0.0 examples/blog/view/edit.xhtml
starapor-slippers-0.0.1 examples/blog/view/edit.xhtml
starapor-slippers-0.0.2 examples/blog/view/edit.xhtml
starapor-slippers-0.0.3 examples/blog/view/edit.xhtml
starapor-slippers-0.0.5 examples/blog/view/edit.xhtml
starapor-slippers-0.0.6 examples/blog/view/edit.xhtml
starapor-slippers-0.0.8 examples/blog/view/edit.xhtml