Sha256: 1492e6065b4597e7a568837207d5ec530b36dc2aaaa339af1bcb3b42a9bc3780
Contents?: true
Size: 872 Bytes
Versions: 4
Compression:
Stored size: 872 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 %> <% if flash %> <div class="alert alert-info" role="alert"> <%= flash %> </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
4 entries across 4 versions & 1 rubygems