Issue 839: move attribution from some icons' alt into title.
This commit is contained in:
parent
9da03b739f
commit
88542a8c1f
@ -105,7 +105,8 @@
|
||||
<div class="report_author">
|
||||
<img src="{{ request.staticdirect(
|
||||
'/images/icon_clipboard_alert.png') }}"
|
||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
alt=""
|
||||
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
Distributed by the GNOME project http://www.gnome.org" />
|
||||
<a href="{{ request.urlgen('mediagoblin.moderation.users_detail',
|
||||
user=report.reporter.username) }}"
|
||||
@ -142,7 +143,8 @@
|
||||
</script>
|
||||
{% elif report.is_archived_report() %}
|
||||
<h2><img src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
alt=""
|
||||
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
Distributed by the GNOME project http://www.gnome.org" />
|
||||
{% trans %}Status{% endtrans %}:
|
||||
</h2>
|
||||
|
@ -86,7 +86,8 @@ curr_page !=p %}
|
||||
<img
|
||||
src="{{ request.staticdirect(
|
||||
'/images/icon_clipboard_alert.png') }}"
|
||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
alt=""
|
||||
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
Distributed by the GNOME project http://www.gnome.org" />
|
||||
<a href="{{ request.urlgen(
|
||||
'mediagoblin.moderation.reports_detail',
|
||||
@ -101,7 +102,8 @@ curr_page !=p %}
|
||||
<img
|
||||
src="{{ request.staticdirect(
|
||||
'/images/icon_clipboard_alert.png') }}"
|
||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
alt=""
|
||||
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
Distributed by the GNOME project http://www.gnome.org" />
|
||||
<a href="{{ request.urlgen(
|
||||
'mediagoblin.moderation.reports_detail',
|
||||
@ -178,7 +180,8 @@ curr_page !=p %}
|
||||
<td>
|
||||
<img
|
||||
src="{{ request.staticdirect('/images/icon_clipboard.png') }}"
|
||||
alt="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
alt=""
|
||||
title="Under a GNU LGPL v.3 or Creative Commons BY-SA 3.0 license.
|
||||
Distributed by the GNOME project http://www.gnome.org" />
|
||||
<a href="{{ request.urlgen('mediagoblin.moderation.reports_detail',
|
||||
report_id=report.id) }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user