Merged in [9514] from rjsparks@nostrum.com:
If the name attached to an additional-info URL for a group is blank, show the URL instead. Fixes #1523 and #1657.
- Legacy-Id: 9535
Note: SVN reference [9514] has been migrated to Git commit 777d610806
This commit is contained in:
commit
d75bb87015
|
@ -63,7 +63,7 @@
|
|||
<th>More info</th>
|
||||
<td>
|
||||
{% for url in urls %}
|
||||
<a href="{{ url.url }}">{{ url.name }}</a>{% if not forloop.last %}<br>{% endif %}
|
||||
<a href="{{ url.url }}">{% firstof url.name url.url %}</a>{% if not forloop.last %}<br>{% endif %}
|
||||
{% endfor %}
|
||||
</td>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue