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

Update current_url and previous_url in the docs for View Parser. Fixes #2460 #2486

Merged
merged 1 commit into from
Jan 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user_guide_src/source/outgoing/view_parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ The following plugins are available when using the parser:
==================== ========================== ================================================================================== ================================================================
Plugin Arguments Description Example
==================== ========================== ================================================================================== ================================================================
currentURL Alias for the current_url helper function. {+ currentURL +}
previousURL Alias for the previous_url helper function. {+ previousURL +}
current_url Alias for the current_url helper function. {+ current_url +}
previous_url Alias for the previous_url helper function. {+ previous_url +}
siteURL Alias for the site_url helper function. {+ siteURL "login" +}
mailto email, title, attributes Alias for the mailto helper function. {+ mailto [email protected] title="Stranger Things" +}
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto [email protected] title="Stranger Things" +}
Expand Down