(fix) make sure to open card's url in new window

pull/105/head
Ludovic Marcotte 2015-09-23 20:35:55 -04:00
parent fcba6f2ddb
commit e93853d910
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
</div>
<div class="pseudo-input-field">
<a href="#" ng-href="{{url.value}}">{{url.value}}</a>
<a href="#" target="_new" ng-href="{{url.value}}">{{url.value}}</a>
</div>
</div>