We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c606140 commit 162f4cdCopy full SHA for 162f4cd
brief.css
@@ -13,6 +13,7 @@ h2 {
13
margin:0px;
14
padding:0px;
15
font-size:1.1em;
16
+ display: inline;
17
}
18
19
h3 {
templates/brief.html
@@ -16,7 +16,7 @@
[% IF task.ships %]
<h1>[% task.name | html_entity %]</h1>
[% FOREACH ship IN task.ships %]
- <h2>[% ship.name | html_entity %]</h2>
+ <h2>[% ship.name | html_entity %]</h2> [% IF ship.programme %]([% ship.programme | html_entity %])[% END %]
20
[% FOREACH opdef IN ship.opdefs %]
21
[% IF opdef.modified.epoch > time - 86400 * period OR (opdef.comments.first.time.epoch AND opdef.comments.first.time.epoch > time - 86400 * period) %]
22
[% IF opdef.rectified %]
0 commit comments