Skip to content

Commit

Permalink
Merge pull request #103 from jonaslozys/improvement/link-to-user-proj…
Browse files Browse the repository at this point in the history
…ects

Add link to user's projects.
  • Loading branch information
Aleksanderis committed Dec 12, 2019
2 parents 2f5ad27 + 44fe5ea commit 159c719
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ <h3 ng-cloak>{{"applicationUser.profiles" | translate}}</h3>
<div class="col-xs-12 col-md-8 nopadding">
<ul class="panel-form-body profile-details-list" data-test-id="profileProjects">
<li ng-repeat="project in model.projects | limitTo: projectsLength">
{{ project.name }}
<a ui-sref="Root.WithOrg.Client.Projects.ProjectContent({ id: project.id })">
{{ project.name }}
</a>
</li>
</ul>
<show-more-btn show-array="model.projects"
Expand Down

0 comments on commit 159c719

Please sign in to comment.