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
4a126d33
Commit
4a126d33
authored
Jul 22, 2017
by
IKEDA Soji
Browse files
[-bug] WWSympa: notices and template variable dump were not shown in home page.
parent
fbc5754f
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/main.tt2
View file @
4a126d33
...
...
@@ -61,10 +61,8 @@
<div
id=
"loading"
class=
"medium-9 columns"
></div>
[%~ END %]
[% PROCESS aside_menu.tt2 %]
[% IF action == 'home' %]
[% PROCESS home.tt2 %]
[% ELSE %]
[% PROCESS aside_menu.tt2 %]
[% UNLESS action == 'home' ~%]
[% IF top_menu %]
[%~ IF not list ~%]
<main
id=
"content-inner"
class=
"row"
>
...
...
@@ -84,17 +82,16 @@
[% IF list_title %]
<p><b>
[%|loc%]Subject:[%END%]
</b>
[% list_title %] [% IF is_owner %]
<a
href=
"[% 'edit_list_request' | url_rel([list,'description']) %]"
><i
class=
"fa fa-pencil-square fa-lg"
title=
"[%|loc%](Edit)[%END%]"
></i></a>
[% END %]
</p>
[% END %]
[% END %]
[% PROCESS nav.tt2 %]
[% PROCESS notice.tt2 IF notices %]
[% IF action == 'edit_list_request' %][% END %]
[% PROCESS "${action}.tt2" IF action %]
[% PROCESS nav.tt2 %]
[%~ END %]
[% PROCESS dumpvars.tt2 IF dumpvars == 'true'%]
[% PROCESS notice.tt2 IF notices %]
[% PROCESS "${action}.tt2" IF action %]
[% PROCESS dumpvars.tt2 IF dumpvars == 'true'%]
[% IF top_menu %][% IF not list %][% END %][% END
%]
</main>
<!-- End content-inner -->
[% END %]
[% UNLESS action == 'home' ~
%]
</main>
<!-- End content-inner -->
[%
~
END %]
<div
class=
"displayNone"
><a
href=
"#top"
>
[%|loc%]Top of Page[%END%]
</a></div>
<div
class=
"scroll-top-wrapper "
></div>
...
...
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