1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Adding hipchat link for user.

This commit is contained in:
Gunther Brunner 2014-04-14 19:39:00 +09:00
parent 2279099a10
commit 13d0b05505

View file

@ -98,7 +98,7 @@ div.stf-device-list
td(data-title="'Location'", sortable='"provider.name"', filter='{"provider.name": "text"}')
span {{device.provider.name}}
td(data-title="'User'", sortable='"owner.name"', filter='{"owner.name": "text"}')
a(ng-if='device.owner', ng-href='mailto:{{device.owner.email}}', role='button') {{device.owner.name || "No name"}}
a(ng-if='device.owner', ng-href='{{userContactUrl(device.owner.email)}}', role='button', target='_href') {{device.owner.name || "No name"}}
a(ng-if='!device.owner') -
//p
strong Sorting