summaryrefslogtreecommitdiffstats
path: root/templates/shared
diff options
context:
space:
mode:
authorRenovate Bot <forgejo-renovate-action@forgejo.org>2024-08-09 18:14:19 +0200
committerGusted <postmaster@gusted.xyz>2024-08-09 21:03:37 +0200
commit8039240c26a40525da364a5a1308726d6cd973f8 (patch)
tree146348c0edd893823314e3e77cff03b64626da75 /templates/shared
parentMerge pull request '[CHORE] Fix darwin compatibility' (#4906) from gusted/for... (diff)
downloadforgejo-8039240c26a40525da364a5a1308726d6cd973f8.tar.xz
forgejo-8039240c26a40525da364a5a1308726d6cd973f8.zip
Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3
Diffstat (limited to 'templates/shared')
-rw-r--r--templates/shared/searchfile.tmpl6
-rw-r--r--templates/shared/user/profile_big_avatar.tmpl2
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/shared/searchfile.tmpl b/templates/shared/searchfile.tmpl
index ae67eb7118..a051742ae4 100644
--- a/templates/shared/searchfile.tmpl
+++ b/templates/shared/searchfile.tmpl
@@ -1,9 +1,9 @@
<div class="file-body file-code code-view">
<div>
<ol class="tw-p-0 tw-m-0">
- {{/* if the expected line number does not match
- the actual line number end the ordered list
- and begin a new one */}}
+ {{/* if the expected line number does not match
+ the actual line number end the ordered list
+ and begin a new one */}}
{{$expNum := 0}}
{{range .SearchResult.Lines}}
{{if and (gt $expNum 0) (ne .Num $expNum)}}
diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl
index 6795eaed2c..d3033b46bd 100644
--- a/templates/shared/user/profile_big_avatar.tmpl
+++ b/templates/shared/user/profile_big_avatar.tmpl
@@ -1,5 +1,5 @@
{{if .IsHTMX}}
- {{template "base/alert" .}}
+ {{template "base/alert" .}}
{{end}}
<div id="profile-avatar-card" class="ui card" hx-swap="morph">
<div id="profile-avatar" class="content tw-flex">