Sha256: 09665dc591713d4dd44dc6aa004e49d73deebc6320251555989aec3beaddac50
Contents?: true
Size: 1.42 KB
Versions: 6
Compression:
Stored size: 1.42 KB
Contents
<% if not logged_in? %> <!-- Nothing to see here... --> <% elsif not room_for_new_jiras? %> <h3 class="ops-queues-are-full">Sorry, we’re out of room</h3> <p class="ops-queues-are-full"> Ops has reached the maximum number of JIRAs filed for the next couple of days. If you think your request is urgent feel free to stop by one of our desks. Otherwise, maybe fight amongst yourselves?</p> <% else %> <form method="post" action="/" data-abide> <fieldset> <div class="row"> <div class="small-12 columns"> <input type="text" id="jira-summary" name="jira-summary" required value="" placeholder="Summary (required)" /> </div> <div class="small-12 columns"> <textarea id="jira-description" name="jira-description" placeholder="Description (optional)"></textarea> </div> </div> <div class="row actions"> <div class="small-8 columns"> <input type="checkbox" name="jira-assign_to_me" id="jira-assign_to_me" /> <label for="jira-assign_to_me">Assign to me</label> <% if ops? %> <input type="checkbox" name="jira-ops_only" id="jira-ops_only" /> <label for="jira-ops_only">Ops Only</label> <% end %> </div> <div class="small-4 columns"> <input type="submit" value="Submit" class="button tiny radius submit" /> </div> </div> </fieldset> </form> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
opsask-2.0.5 | views/_form.erb |
opsask-2.0.4 | views/_form.erb |
opsask-2.0.3 | views/_form.erb |
opsask-2.0.2 | views/_form.erb |
opsask-2.0.1 | views/_form.erb |
opsask-2.0.0 | views/_form.erb |