Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created July 10, 2012 16:00
Show Gist options
  • Save larzconwell/3084323 to your computer and use it in GitHub Desktop.
Save larzconwell/3084323 to your computer and use it in GitHub Desktop.
<div class="hero-unit">
<h2>All <%= names.constructor.plural %></h2>
<%%- linkTo('Create a new <%= names.constructor.singular %>'), {controller: '<%= names.property.plural %>', action: 'add'}, {class: 'btn pull-right'}) %>
</div>
OUTPUT:
<div class="hero-unit">
<h2>All Users</h2>
<%- linkTo('Create a new User'), {controller: 'users', action: 'add'}, {class: 'btn pull-right'})
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment