Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

templates: Add pathEscape template function and use it in browse.html #6278

Merged
merged 4 commits into from
May 18, 2024

Commits on Apr 27, 2024

  1. use url.PathEscape in file-server browse template

    - add `pathEscape` to c.tpl.Funcs, using `url.PathEscape`
    - use `pathEscape` in browse.html in place of `replace`
    DenebTM committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c583e8d View commit details
    Browse the repository at this point in the history
  2. document pathEscape

    DenebTM committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    53dbe68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd1a2ac View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    98000c1 View commit details
    Browse the repository at this point in the history