Make follow link in profile widget be opened in new tab (#425)

This commit is contained in:
Kang 2019-03-07 01:58:52 +11:00 committed by Ruipeng Zhang
parent 8e993c05a2
commit c2b975bb16
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
</div>
</nav>
<div class="level">
<a class="level-item button is-link is-rounded" href="<%= url_for(widget.follow_link) %>">
<a class="level-item button is-link is-rounded" href="<%= url_for(widget.follow_link) %>" target="_blank">
<%= __('widget.follow') %></a>
</div>
<% const socialLinks = get_config_from_obj(widget, 'social_links'); %>