Skip to content

Commit 949b075

Browse files
author
Kim, Hirokuni
authored
Merge pull request #1195 from circleci/link-to-dashboard
Add link to user dashboard in the admin user list page
2 parents 3de80f2 + 7a9f735 commit 949b075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-cljs/frontend/components/admin.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
(not= "read-settings" scope) (remove #{"read-settings"}))]
234234
(html
235235
[:tr
236-
[:td (:login user)]
236+
[:td [:a {:href (routes/v1-dashboard-path {:vcs_type "github" :org (:login user) })} (:login user)]]
237237
[:td (:name user)]
238238
[:td
239239
[:div.form-inline

0 commit comments

Comments
 (0)