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

Add support for <r:page:edit_url/> #18

Closed
adamjohnson opened this issue Jan 12, 2015 · 0 comments
Closed

Add support for <r:page:edit_url/> #18

adamjohnson opened this issue Jan 12, 2015 · 0 comments
Assignees

Comments

@adamjohnson
Copy link
Contributor

Here's some HTML & Radius to test with:

Last updated on <a href="<r:page:edit_url/>"><r:date_format format="%B %-d, %Y" value="{page:updated_at}" /></a>.

Mock data:

page:
  updated_at: today
  edit_url: http://google.com

Nathan wants this to go into the standard footer at some point, so having the ability to use r:page:edit_url in hammer will be nice. For now, I'm adding this to the Honors College theme—which is the same theme we're going to use in the CleanSlate demo Thursday 1/15/15. He'd like for us to be able to say "Hey look! There's a typo, let's fix that." Then, we click this link in the footer and fix the typo. Quickest path to a simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants