Skip to content

Commit

Permalink
Merge pull request #98 from terrateamio/pro-371-fix-repo-runs-link
Browse files Browse the repository at this point in the history
PRO-371 FIX Repos to runs link
  • Loading branch information
orbitz authored Nov 22, 2024
2 parents 0043ef0 + 153e5e6 commit 80dcc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/terrat_ui_js/terrat_ui_js_comp_repos.ml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let comp state =
At.
[
class' (Jstr.v "setup-repo");
href (Jstr.v (consumed_path ^ "/audit-trail?q=repo:" ^ repo.Repo.name));
href (Jstr.v (consumed_path ^ "/runs?q=repo:" ^ repo.Repo.name));
]
[
txt' "View Runs";
Expand Down

0 comments on commit 80dcc5d

Please sign in to comment.