Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix broken links and use uri() methods in the templates #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 27, 2016

  1. Update the result of uri() to point to the new endpoints

    These methods then need to be used in the templates to generate the correct links.
    book committed May 27, 2016
    Configuration menu
    Copy the full SHA
    63f104b View commit details
    Browse the repository at this point in the history
  2. Fix broken HTML in template

    book committed May 27, 2016
    Configuration menu
    Copy the full SHA
    a40d873 View commit details
    Browse the repository at this point in the history
  3. Use the uri() method everywhere possible in the templates

    For better maintenance, most (if not all) URI used in the templates
    should be the result of a method call.
    book committed May 27, 2016
    Configuration menu
    Copy the full SHA
    cc7095d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b83bf87 View commit details
    Browse the repository at this point in the history