Adding direct door access commands and interface

This commit is contained in:
2013-12-02 02:03:40 -07:00
parent d2434be109
commit 41a8431be5
13 changed files with 300 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<div id="header">
<a href="/" title="Home"><img src="/assets/logo.png" id="logo" /></a>
<a id="home_nav_link" href="/" title="Home"><img src="/assets/logo.png" id="logo" /></a>
<%= link_to 'People', users_path if can? :read, User %>
<%= link_to 'Access Cards', cards_path if can? :manage, Card %>
<% if can? :create, UserCertification %>