Changeset 529:9dfec9abb18c

Show
Ignore:
Timestamp:
04/24/09 08:43:01 (11 months ago)
Author:
Akis Kesoglou <akiskesoglou@…>
Branch:
default
Transplant:
305cae0aacbdbf3adbe66e3af085e42f6a1a5acd
Message:

Fixed a wrong <a> tag on the repository link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • templates/projects/component_detail.html

    r519 r529  
    5050      <th class="repository i16">{% trans "Repository:" %}</th> 
    5151      <td> 
    52         <code>{{ component.unit.root|truncate_chars_middle:"70" }}</code></a> 
     52        <code>{{ component.unit.root|truncate_chars_middle:"70" }}</code> 
    5353        {% if component.unit.web_frontend %}<sup>(<a title="{% trans "Link to a web front-end to the source" %}" href="{{ component.unit.web_frontend }}" target="_blank" >{% trans "web" %}</a>)</sup>{% endif %} 
    5454        {# FIXME: tar too restrictive #}