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:
parent
2279099a10
commit
13d0b05505
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue