Sha256: b8b0ba84607e7f59ec6552da5ccfd553fc819a6dfcc05a7f1c2b0256080c5cff

Contents?: true

Size: 461 Bytes

Versions: 4

Compression:

Stored size: 461 Bytes

Contents

  <h1>All Shouts:</h1>
  <% for shout in @shouts %>
    <p><b><%=h shout.title %></b> &mdash; <%=h shout.body %></p>
  <% end %>
  <hr>
  <h1>New Shout:</h1>
  <form method=post>
    Title: <input id='shout_title' type='text' name='title' /><br/>
    Body: <input id='shout_body' type='text' name='body' /><br/>
    <input type=submit>
  </form>
  <br/><% options = HashMap.new; options.put("size", "120x30") %>
  <%= image_tag "silver-120x30.gif", options %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dubious-0.0.3-java examples/shout/views/list.html.erb
dubious-0.0.2-java examples/shout/views/list.html.erb
dubious-0.0.1-java examples/shout/views/list.html.erb
dubious-0.0.0-java examples/shout/views/list.html.erb