Skip to content

Commit

Permalink
Added target="_blank" to homepage and support link. (#10575)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiiiiiiii authored and rodrigok committed Apr 25, 2018
1 parent 26acb0e commit 280dbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rocketchat-apps/client/admin/appManage.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
</div>
{{/if}}
{{#if author.homepage}}
<a href="{{author.homepage}}" class="rc-apps-details__item">
<a href="{{author.homepage}}" target="_blank" class="rc-apps-details__item">
{{> icon icon='permalink'}}
{{_ "App_author_homepage"}}
</a>
{{/if}}
{{#if author.support}}
<a href="{{author.support}}" class="rc-apps-details__item">
<a href="{{author.support}}" target="_blank" class="rc-apps-details__item">
{{> icon icon='at'}}
{{_ "App_support_url"}}
</a>
Expand Down

0 comments on commit 280dbed

Please sign in to comment.