File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11% layout 'layout';
22% my $pause = stash(".pause") || {};
33
4- <p>Query the <code>grouptable</code> table for who is an admin bit holder</p>
54<p>Registered admins: <%= join ", ", @{$pause->{admins} || []} %></p>
65<p><a href="<%= my_url->query(ACTION => "who_admin", OF => "YAML") %>" style="text-decoration: none;">
76<span class="orange_button">YAML</span>
Original file line number Diff line number Diff line change 11% layout 'layout';
22% my $pause = stash(".pause") || {};
33
4- <p>Query the <code>grouptable</code> table for who is a pumpkin bit holder</p>
54<p>Registered pumpkins: <%= join ", ", @{$pause->{pumpkins} || []} %></p>
65<p><a href="<%= my_url->query(ACTION => "who_pumpkin", OF => "YAML") %>" style="text-decoration: none;">
76<span class="orange_button">YAML</span>
Original file line number Diff line number Diff line change 11% layout 'layout';
22% my $pause = stash(".pause") || {};
33
4- <p>Query the <code>perms</code> table by author or by
5- distribution. Select the option and fill in a distribution name or
6- user ID as appropriate. The answer is all distributions that an
7- user ID is registered for or all user IDs registered for a
8- distribution, as appropriate.</p>
9-
104<p>Registration comes in one of two types: type
115<b>first-come</b> is the automatic registration on a
126first-come-first-serve basis that happens on the initial
Original file line number Diff line number Diff line change 11% layout 'layout';
22% my $pause = stash(".pause") || {};
33
4- <p>Query the <code>perms</code> table by author or by
5- module. Select the option and fill in a module name or
6- user ID as appropriate. The answer is all modules that an
7- user ID is registered for or all user IDs registered for a
8- module, as appropriate.</p>
9-
104<p>Registration comes in one of two types: type
115<b>first-come</b> is the automatic registration on a
126first-come-first-serve basis that happens on the initial
You can’t perform that action at this time.
0 commit comments