Sha256: a4725d0a1f18c667faa62bd5547550aca240242f685427ad83b1ee1a552a80c3

Contents?: true

Size: 776 Bytes

Versions: 1

Compression:

Stored size: 776 Bytes

Contents

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

<% if issue %>
  <div class="alert alert-success" role="alert">
    Your issue was successfully submitted<% if access %> as <a href="http://github.com/<%= repo %>/issues/<%= issue %>"><%= repo %>#<%= issue %></a><% end %>.
  </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

1 entries across 1 versions & 1 rubygems

Version Path
problem_child-1.1.0 lib/problem_child/views/form.erb