PostText/templates/moderator/list.html.ep

6 lines
122 B
Plaintext
Raw Normal View History

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