summaryrefslogtreecommitdiffstats
path: root/templates/public/index.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-16 22:35:59 +0200
committerDan McGee <dan@archlinux.org>2011-08-16 22:46:14 +0200
commita06ab5c1eb2053d33e15244ea579875aa72c0c1f (patch)
treefadab5eff234b3e40323948aad2493550466552c /templates/public/index.html
parent8e1cae30596e48bfcc958dcd840c09b4cb8987ba (diff)
downloadarchweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.tar.gz
archweb-a06ab5c1eb2053d33e15244ea579875aa72c0c1f.tar.xz
Tabs -> spaces in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r--templates/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index add921d..e68943c 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -82,7 +82,7 @@
{% for update in pkg_updates %}
<tr>
<td class="pkg-name"><span class="{{ update.repo|lower }}">{{ update.pkgbase }} {{ update.version }}</span></td>
- <td class="pkg-arch">
+ <td class="pkg-arch">
{% for pkg in update.package_links %}<a href="{{ pkg.get_absolute_url }}"
title="Details for {{ pkg.pkgname }} [{{ pkg.repo|lower }}]">{{ pkg.arch }}</a>{% if not forloop.last %}/{% endif %}{% endfor %}
</td>
@@ -161,7 +161,7 @@
title="Developer Wiki articles">DeveloperWiki</a></li>
<li><a href="/todolists/"
title="Developer Todo Lists">Todo Lists</a></li>
- <li><a href="{% url releng-test-overview %}"
+ <li><a href="{% url releng-test-overview %}"
title="Releng Testbuild Feedback">Releng Testbuild Feedback</a></li>
</ul>