Author: sebb
Date: Tue Apr 24 00:47:03 2018
New Revision: 1829954
URL: http://svn.apache.org/viewvc?rev=1829954&view=rev
Log:
Clearer layout whilst still preserving the same output spacing
Modified:
attic/site-jekyll/src/_layouts/project.html
Modified: attic/site-jekyll/src/_layouts/project.html
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/_layouts/project.html?rev=1829954&r1=1829953&r2=1829954&view=diff
==============================================================================
--- attic/site-jekyll/src/_layouts/project.html (original)
+++ attic/site-jekyll/src/_layouts/project.html Tue Apr 24 00:47:03 2018
@@ -71,22 +71,24 @@
{%- if page.json.mailnames.size == 0 %}
<td>n/a</td>
{%- else %}
- <td>{% for m in page.json.mailnames %}
- {% unless forloop.first %}| {% endunless %}<a
href="http://mail-archives.apache.org/mod_mbox/{{ page.json.full_dash }}-{{ m
}}/">{{ m }}</a>{% endfor %}
+ <td>
+{%- for m in page.json.mailnames %}
+ {% unless forloop.first %}| {% endunless %}<a
href="http://mail-archives.apache.org/mod_mbox/{{ page.json.full_dash }}-{{ m
}}/">{{ m }}</a>
+{%- endfor %}
</td>
{%- endif %}
</tr>
- {%- if page.json.bugzilla %}
+{%- if page.json.bugzilla %}
<tr>
<td>Issue Tracker</td>
<td><a href="https://bz.apache.org/bugzilla/buglist.cgi?product={{
page.json.bugzilla }}">Bugzilla</a></td>
</tr>
- {%- elsif page.json.jira %}
+{%- elsif page.json.jira %}
<tr>
<td>Issue Tracker</td>
<td><a href="https://issues.apache.org/jira/browse/{{ page.json.jira
}}/">JIRA</a></td>
</tr>
- {%- endif %}
+{%- endif %}
{%- if page.json.wiki %}
<tr>
<td>Wiki</td>
@@ -127,7 +129,8 @@
{%- else %}
| <a href="http://archive.apache.org/dist/{{ page.json.dist
}}/KEYS">KEYS</a>
{%- endif %}
- </td>{% endif %}
+ </td>
+{%- endif %}
</tr>
</table>