Browse Source

ux: add a title attribute for repo name

Weihua Lu 4 years ago
parent
commit
dcab730f10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/repo.cljs

+ 1 - 1
src/main/frontend/components/repo.cljs

@@ -214,7 +214,7 @@
                                  (last
                                   (string/split repo-name #"/"))
                                  repo-name)]
-                 [:span#repo-name repo-name])
+                 [:span#repo-name {:title repo-name} repo-name])
                [:span.dropdown-caret.ml-1 {:style {:border-top-color "#6b7280"}}]]])
            (mapv
             (fn [{:keys [id url]}]