Changeset 529:9dfec9abb18c
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r519
|
r529
|
|
| 50 | 50 | <th class="repository i16">{% trans "Repository:" %}</th> |
| 51 | 51 | <td> |
| 52 | | <code>{{ component.unit.root|truncate_chars_middle:"70" }}</code></a> |
| | 52 | <code>{{ component.unit.root|truncate_chars_middle:"70" }}</code> |
| 53 | 53 | {% 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 %} |
| 54 | 54 | {# FIXME: tar too restrictive #} |