Skip to content

Commit

Permalink
link to detail pages, no need for statusflags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Mar 30, 2010
1 parent 03863eb commit e66beb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/details.html
Expand Up @@ -29,7 +29,7 @@ <h4 class="author">{{ _('by') }} {{ users_list(addon.listed_authors) }}</h4>
<div class="featured-inner object-lead inverse">

<div id="addon-summary-wrapper">
<div id="addon-summary" class="primary {{ addon|statusflags }}">
<div id="addon-summary" class="primary">
<p{{ addon.summary|locale_html }}>{{ addon.summary|nl2br }}</p>

{{ install_button(addon, show_warning=False) }}
Expand Down
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/smorgasbord.html
Expand Up @@ -6,7 +6,7 @@
<div class="item" id="{{ addon.tag|slugify }}">
{{ install_button(addon, version) }}
<hgroup>
<h3>{{ addon.name }}</h3>
<h3><a href="{{ addon.get_url_path() }}">{{ addon.name }}</a></h3>
<h5><a href="#{{ addon.tag|slugify }}">({{ addon.tag }})</a></h5>
</hgroup>
<blockquote>{{ addon.summary }}</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion media/css
Submodule css updated from d1937d to c37f47

0 comments on commit e66beb2

Please sign in to comment.