Skip to content

Commit

Permalink
Add Item Request link to homepage
Browse files Browse the repository at this point in the history
Closes #84
  • Loading branch information
ppannuto committed Aug 1, 2014
1 parent 1668283 commit bbeee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chezbetty/templates/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<div id="front-buttons" class="col-md-12 buttons">
<a class="btn btn-default btn-huge btn-bordered" href="/items">Item List</a>
<a class="btn btn-default btn-huge btn-bordered" href="/item/request">Request an Item</a>
<a class="btn btn-default btn-huge btn-bordered" href="/about">About</a>
<a class="btn btn-default btn-huge btn-bordered" href="/shame">Wall of Shame</a>

Expand Down
1 change: 1 addition & 0 deletions chezbetty/templates/item_request.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<div class="panel-body">
<form role="form" action="/item/request/new" method="post" id="form-item-request">
<input type="text" class="form-control keyboard-wanted" id="item-request" name="request">
<hr />
<button type="submit" id="btn-submit-request" class="btn btn-success btn-lg">Submit Request</button>
</form>
</div>
Expand Down

0 comments on commit bbeee46

Please sign in to comment.