PostText/templates/moderator/list.html.ep

6 lines
122 B
Plaintext
Raw Normal View History

2022-11-19 23:55:03 -05:00
% layout 'main';
% title 'Top Secret';
<h2><%= title %></h2>
<p>For mods only!!</p>
<%= link_to Logout => 'mod_logout' %>