Skip to content

Commit

Permalink
fix reader link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan committed Nov 14, 2023
1 parent e10c231 commit 2d30b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ IS_INPUT_FILE = false

[oauth2]
ENABLE = true
JWT_SECRET = Jbf4E0yyKbpoOh6poPGQrXf0muplYlIVLsEb72x91x0
JWT_SECRET = HVo2awrhl-dqFLXthr2-t7FNmBcqHePkss6QvA536EA

[default]
RUN_MODE = dev
2 changes: 1 addition & 1 deletion wacs-gitea/custom/templates/custom/extra_tabs.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<a class="item" href="$READER_BASE_LINK{{.Owner.Name}}/{{.Repo.Name}}">
<a class="item" href="$READER_BASE_LINK{{.Repository.OwnerName}}/{{.Repository.Name}}">
<img id="wa-logo" src="/assets/img/favicon.svg"/> {{.locale.Tr "wa.see_in_reader"}} {{svg "octicon-link-external"}}
</a>

0 comments on commit 2d30b16

Please sign in to comment.