Sha256: c3a9e242a79e04707a80a4d876d403dee40927966d634fbe08d25568222ac4e2

Contents?: true

Size: 670 Bytes

Versions: 5

Compression:

Stored size: 670 Bytes

Contents

<h1>Submit an issue to <% if anonymous %>
  <%= repo %>
<% else %>
  <a href="https://github.com/<%= repo %>"><%= repo %></a>
<% end %>
</h1>

<% if flash && flash == :success %>
  <div class="alert alert-success" role="alert">Your issue was successfully submitted.</div>
<% end %>

<form method="post">
  <div class="form-group">
    <label for="title">Title</label>
    <input type="text" class="form-control" id="title" name="title" />
  </div>
  <div class="form-group">
    <label for="body">Body</label>
    <textarea class="form-control" rows="10" id="body" name="body"></textarea>
  </div>
  <button type="submit" class="btn btn-default">Submit</button>
</form>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
problem_child-0.2.0 lib/problem_child/views/form.erb
problem_child-0.1.0 lib/problem_child/views/form.erb
problem_child-0.0.3 lib/problem_child/views/form.erb
problem_child-0.0.2 lib/problem_child/views/form.erb
problem_child-0.0.1 lib/problem_child/views/form.erb