Skip to content

Instantly share code, notes, and snippets.

@MadMikeyB
Created December 3, 2011 20:35
Show Gist options
  • Save MadMikeyB/1428072 to your computer and use it in GitHub Desktop.
Save MadMikeyB/1428072 to your computer and use it in GitHub Desktop.
HtmlHelper getCrumbs() / addCrumb()
{{ html.getcrumbs() }}
{{ html.addcrumb('Posts', '/posts') }}
{# however, if I have this below in the view
{{ html.getcrumbs() }}
then it all works #}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment