Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
f4fe08a6
Unverified
Commit
f4fe08a6
authored
Jul 18, 2019
by
IKEDA Soji
Committed by
GitHub
Jul 18, 2019
Browse files
Merge pull request #696 from ikedas/issue-688 by dpc22 & ikedas
web_tt2/info.tt2 generates some noise in stderr
parents
f90d370d
7a42d42c
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/info.tt2
View file @
f4fe08a6
...
...
@@ -18,13 +18,13 @@
<hr />
<h3>[%|loc%]Administrative Options[%END%]</h3>
[% IF is_owner || is_editor %]
[% IF mod_message > 0 %]
[% IF mod_message
&& (mod_message
> 0
)
%]
<p class="small-8 small-centered columns alert-box info text-center">
[%|loc(mod_message)%]There are %1 message(s) awaiting moderation.[%END%]
<a href="[% 'modindex' | url_rel([list]) %]">[%|loc%](Review)[%END%]</a>
</p>
[% END %]
[% IF mod_total_shared > 0 %]
[% IF mod_total_shared
&& (mod_total_shared
> 0
)
%]
<p class="small-8 small-centered columns alert-box info text-center">
[%|loc(mod_total_shared)%]There are %1 shared document(s) awaiting moderation.[%END%]
<a href="[% 'docindex' | url_rel([list]) %]">[%|loc%](Review)[%END%]</a>
...
...
@@ -33,13 +33,13 @@
[% END %]
[% IF is_owner %]
[% IF mod_subscription > 0 %]
[% IF mod_subscription
&& (mod_subscription
> 0
)
%]
<p class="small-8 small-centered columns alert-box info text-center">
[%|loc(mod_subscription)%]There are %1 subscription(s) awaiting moderation.[%END%]
<a href="[% 'subindex' | url_rel([list]) %]">[%|loc%](Review)[%END%]</a>
</p>
[% END %]
[% IF mod_signoff > 0 %]
[% IF mod_signoff
&& (mod_signoff
> 0
)
%]
<p class="small-8 small-centered columns alert-box info text-center">
[%|loc(mod_signoff)%]There are %1 unsubscription(s) awaiting moderation.[%END%]
<a href="[% 'sigindex' | url_rel([list]) %]">[%|loc%](Review)[%END%]</a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment