diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:54:29 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:54:29 -0400 |
commit | 955a1a68364fd3ca8c9b17d59ef6d6f206660ca5 (patch) | |
tree | 026c0ac9479a97c647386a02a77e2e130412c8e3 | |
parent | 141581458bd5fe787652478e533f687c23227568 (diff) |
reduce differences
-rw-r--r-- | templates/packages/search.html | 3 | ||||
-rw-r--r-- | templates/public/art.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 21943a8e..bbf0f75a 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -75,8 +75,7 @@ {% endif %} <td>{{ pkg.arch.name }}</td> <td>{{ pkg.repo.name|capfirst }}</td> - <td><a href="{{ pkg.get_absolute_url }}" - title="Package details for {{ pkg.pkgname }}">{{ pkg.pkgname }}</a></td> + <td><{% pkg_details_link pkg %}</td> {% if pkg.flag_date %} <td><span class="flagged">{{ pkg.full_version }}</span></td> {% else %} diff --git a/templates/public/art.html b/templates/public/art.html index 8aad43f4..80c5ac95 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -40,7 +40,7 @@ <h3>Logos and Artwork for the Community</h3> - <p>Official logos and artwork should be available directly from the + <p>Official logos and artwork are also available directly from the repositories. These packages would be:</p> <ul> diff --git a/templates/public/index.html b/templates/public/index.html index 40d887b7..f7e58cb3 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -13,8 +13,8 @@ <div id="intro" class="box"> <h2>A <em>libre</em> version of Arch Linux</h2> - <p>You've reached the website for <strong>{{BRANDING_DISTRONAME}}</strong>, - a project aiming to provide a fully free (as in freedom) + <p>You've reached the website for <strong>{{BRANDING_DISTRONAME}}</strong>, a + project aiming to provide a fully free (as in freedom) derivative of Arch Linux, the lightweight and flexible GNU/Linux distribution that tries to Keep It Simple.</p> |