mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
Community feedbck links go to a new window. Duh.
This commit is contained in:
parent
de06dc9b85
commit
eccc238177
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<td class="NB-module-feature-date">{{ feedback.date }}</td>
|
||||
<td class="NB-module-feature-description">
|
||||
<span class="NB-module-feature-tag NB-tag-{{ feedback.style }}">{{ feedback.style }}</span>
|
||||
<a href="{{ feedback.url }}">{{ feedback.subject|typogrify }}</a>
|
||||
<a href="{{ feedback.url }}" target="_blank">{{ feedback.subject|typogrify }}</a>
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue