Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/pause_2017/templates/public/admin.html.ep
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
% layout 'layout';
% my $pause = stash(".pause") || {};

<p>Query the <code>grouptable</code> table for who is an admin bit holder</p>
<p>Registered admins: <%= join ", ", @{$pause->{admins} || []} %></p>
<p><a href="<%= my_url->query(ACTION => "who_admin", OF => "YAML") %>" style="text-decoration: none;">
<span class="orange_button">YAML</span>
Expand Down
1 change: 0 additions & 1 deletion lib/pause_2017/templates/public/pumpkin.html.ep
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
% layout 'layout';
% my $pause = stash(".pause") || {};

<p>Query the <code>grouptable</code> table for who is a pumpkin bit holder</p>
<p>Registered pumpkins: <%= join ", ", @{$pause->{pumpkins} || []} %></p>
<p><a href="<%= my_url->query(ACTION => "who_pumpkin", OF => "YAML") %>" style="text-decoration: none;">
<span class="orange_button">YAML</span>
Expand Down
6 changes: 0 additions & 6 deletions lib/pause_2017/templates/user/distperms/peek.html.ep
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
% layout 'layout';
% my $pause = stash(".pause") || {};

<p>Query the <code>perms</code> table by author or by
distribution. Select the option and fill in a distribution name or
user ID as appropriate. The answer is all distributions that an
user ID is registered for or all user IDs registered for a
distribution, as appropriate.</p>

<p>Registration comes in one of two types: type
<b>first-come</b> is the automatic registration on a
first-come-first-serve basis that happens on the initial
Expand Down
6 changes: 0 additions & 6 deletions lib/pause_2017/templates/user/perms/peek.html.ep
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
% layout 'layout';
% my $pause = stash(".pause") || {};

<p>Query the <code>perms</code> table by author or by
module. Select the option and fill in a module name or
user ID as appropriate. The answer is all modules that an
user ID is registered for or all user IDs registered for a
module, as appropriate.</p>

<p>Registration comes in one of two types: type
<b>first-come</b> is the automatic registration on a
first-come-first-serve basis that happens on the initial
Expand Down