gitprep / templates / main / admin.html.ep /
Yuki Kimoto fixed cpanfile
fab84ff 11 years ago
1 contributor
10 lines | 0.128kb
% layout 'common';

<h2>Admin</h2>

<table class="table">
  <tr>
    <td><a href="/_admin/user">User</a></td>
  </tr>
</table>