PostText/templates/moderator/list.html.ep

6 lines
125 B
Plaintext
Raw Normal View History

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