Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
releng_frontend: Fix version link (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
upsuper authored and garbas committed Jul 19, 2017
1 parent 8e75903 commit b55ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/releng_frontend/src/App/Layout.elm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ viewFooter model =
]
, div []
[ text "version: "
, a [ href ("https://github.com/mozilla-releng/services/releases/tag/" ++ model.version) ]
, a [ href ("https://github.com/mozilla-releng/services/releases/tag/v" ++ model.version) ]
[ text model.version ]
]
]
Expand Down

0 comments on commit b55ee9d

Please sign in to comment.