PostText/templates/moderator/list.html.ep

6 lines
125 B
Plaintext
Raw Normal View History

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