Skip to content

Commit

Permalink
instructions box on Events index
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywatts committed Oct 9, 2014
1 parent fd77b05 commit f99bf5e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/views/events/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,24 @@
<% end %>
</tbody>
</table>
</div>

<div class="row">
<div class="panel panel-default">
<div class="panel-heading">
Instructions
</div>
<div class="panel-body">
For detailed instructions on how to use CardSwipr Events, please see our guide. These instructions explain:
<ul>
<li>what input we accept</li>
<li>what devices to use with this software</li>
<li>what output the software gives</li>
<li>how to use the swipe-in screen fullscreen mode </li>
</ul>
</div>
<div class="panel-footer">
<a href="https://github.com/YaleSTC/cardswipr" class="btn btn-default">CardSwipr Guide</a>
</div>
</div>
</div>

0 comments on commit f99bf5e

Please sign in to comment.