Make follow link in profile widget be opened in new tab (#425)
parent
8e993c05a2
commit
c2b975bb16
|
@ -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'); %>
|
||||
|
|
Loading…
Reference in New Issue