Sha256: db15fc686bb9f9781b5cb0108ad1d3f9d7aebb39f3dd683c4e191e32296292ea

Contents?: true

Size: 595 Bytes

Versions: 5

Compression:

Stored size: 595 Bytes

Contents

<%= h @error if @error %>

<h1>Import into Lighthouse</h1>

<div id="lighthouse_form" class="clearfix">
  <form method="post" action="/lighthouse/report/<%= @exception.id %>.html">
    <label for="title">Title</label>
    <input id="title" type="text" name="title" value="<%= @ticket.title %>" />

    <label for="tags">Tags</label>
    <input id="tags" type="text" name="tags" value="<%= @ticket.tags %>" />
    
    <label for="body">Body</label>
    <textarea id="body" name="body"><%= @ticket.body %></textarea>
    
    <input type="submit" name="Create" value="Create" />
  </form>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
error_stalker-0.0.16 lib/error_stalker/plugin/views/report.erb
error_stalker-0.0.15 lib/error_stalker/plugin/views/report.erb
error_stalker-0.0.14 lib/error_stalker/plugin/views/report.erb
error_stalker-0.0.13 lib/error_stalker/plugin/views/report.erb
error_stalker-0.0.12 lib/error_stalker/plugin/views/report.erb