Boost font size on directory listings (8535ef09) · 提交 · Sturm / Brown Hill Community Hub website · GitLab
2026-03-10
·
via Ben Sturmfels activity
加载中
| 原始行号 |
差异行号 |
差异行 |
|
@@ -23,9 +23,9 @@ |
|
|
|
|
|
{% include 'home/search_form.html' with class='measure-wide center mb3' %}
|
|
|
|
|
|
<table class="center" style="border-collapse: collapse">
|
|
|
<table class="center f5" style="border-collapse: collapse">
|
|
|
{% for org in object_list %}
|
|
|
<tr class="striped--light-gray">
|
|
|
<tr class="striped--near-white">
|
|
|
<td class="ph2 pv1">{{ org.org_category }}</td>
|
|
|
<td class="ph2 pv1"><a href="{% url 'organisation_detail' slug=org.slug %}">{{ org.title }}</a></td>
|
|
|
</tr>
|
|
|
加载中
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。