Skip to content

Commit b6954ee

Browse files
committed
Eliminate descriptions of SQL in web interface
the same as #502 , but restored statements we should not remove
1 parent f5c6ee4 commit b6954ee

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

lib/pause_2017/templates/public/admin.html.ep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>

lib/pause_2017/templates/public/pumpkin.html.ep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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>

lib/pause_2017/templates/user/distperms/peek.html.ep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
4+
<p>Select the option and fill in a distribution name or
65
user ID as appropriate. The answer is all distributions that an
76
user ID is registered for or all user IDs registered for a
87
distribution, as appropriate.</p>

lib/pause_2017/templates/user/perms/peek.html.ep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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
4+
<p>Select the option and fill in a module name or
65
user ID as appropriate. The answer is all modules that an
76
user ID is registered for or all user IDs registered for a
87
module, as appropriate.</p>

0 commit comments

Comments
 (0)