]> source.dussan.org Git - gitea.git/commit
Fix incorrect `show-modal` and `show-panel` class (#23660)
authorwxiaoguang <wxiaoguang@gmail.com>
Thu, 23 Mar 2023 16:52:20 +0000 (00:52 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 16:52:20 +0000 (12:52 -0400)
commit378d6b849130b539d11a1317d630d4a632a191c5
tree4e723508d412e74a7fb69feccf7a948215834673
parente8433b7fe6dd1dfa5ecf0633568cc3e34caeb0f9
Fix incorrect `show-modal` and `show-panel` class (#23660)

That's incorrect code caused by Copy&Paste.

`show-modal` / `show-panel` are used by JS to show something, but these
links have `href`, they should navigate to new page.

Close #23657
templates/repo/projects/view.tmpl
templates/repo/settings/lfs.tmpl
templates/repo/settings/lfs_file.tmpl
templates/repo/settings/lfs_pointers.tmpl
templates/user/settings/keys_gpg.tmpl
templates/user/settings/keys_ssh.tmpl