mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Replace empty hrefs with a href #
This commit is contained in:
@ -389,11 +389,11 @@ viewForm flags settings model =
|
||||
, button [ class "ui primary button", type_ "submit" ]
|
||||
[ text "Submit"
|
||||
]
|
||||
, a [ class "ui secondary button", onClick SetTableView, href "" ]
|
||||
, a [ class "ui secondary button", onClick SetTableView, href "#" ]
|
||||
[ text "Cancel"
|
||||
]
|
||||
, if not newSource then
|
||||
a [ class "ui right floated red button", href "", onClick RequestDelete ]
|
||||
a [ class "ui right floated red button", href "#", onClick RequestDelete ]
|
||||
[ text "Delete" ]
|
||||
|
||||
else
|
||||
|
Reference in New Issue
Block a user