- project tabs - commits - improved - link open in new tab, profile opens in the same tab
- project tabs- issues, messages.. (work in progress - see the beta version)
This commit is contained in:
parent
386d77b72f
commit
85e5a22bf4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
{{issue.milestone.title}}
|
||||
</td>
|
||||
<td>
|
||||
<a target="_blank" ng-href="#/profile/{{member.id}}" style="text-decoration:none;color:black;">
|
||||
<a ng-href="#/profile/{{issue.user.id}}" style="text-decoration:none; color:black;">
|
||||
{{issue.user.login}}
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue