diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 00:51:36 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-09 00:51:36 +0200 |
commit | 0583b0115114ba9357789d3aa153c472eb7071ab (patch) | |
tree | 16885616efed9d704639259881f58bd6748a1d7b /templates/headers/_display_headers.html.ep | |
parent | 77992072b7963d9a96c11a3913f553c820cc21da (diff) |
improvements to i18n development experience
Diffstat (limited to 'templates/headers/_display_headers.html.ep')
-rw-r--r-- | templates/headers/_display_headers.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/headers/_display_headers.html.ep b/templates/headers/_display_headers.html.ep index f391259..42f927c 100644 --- a/templates/headers/_display_headers.html.ep +++ b/templates/headers/_display_headers.html.ep @@ -14,7 +14,7 @@ <thead> <tr id=sort> <th class="hide-small"> - No. + # </th> <th> @@ -76,7 +76,7 @@ <!-- <div class="pure-u-1-4"> - %= ucfirst($msg->{is_multipart} ? l('yes') : l('no')); + %# ucfirst($msg->{is_multipart} ? l('yes') : l('no')); </div> --> |