Skip to content

Commit

Permalink
remove build number
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Sep 19, 2024
1 parent fbad323 commit f37f5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Dashboards.elm
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ viewDashboardRepos repos dashboardId =
div
[ class "dashboard-repos-item" ]
[ statusIcon
, text (repo.org ++ "/" ++ repo.name ++ " (" ++ String.fromInt (List.length repo.builds) ++ ")")
, text (repo.org ++ "/" ++ repo.name)
]
)

Expand Down

0 comments on commit f37f5cb

Please sign in to comment.