Skip to content

Instantly share code, notes, and snippets.

@marcio497
Created April 14, 2010 14:35
Show Gist options
  • Save marcio497/365873 to your computer and use it in GitHub Desktop.
Save marcio497/365873 to your computer and use it in GitHub Desktop.
<%- if (devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email)) && controller_name != 'unlocks' &>
<%= link_to t('devise.unlocks.link'), new_unlock_path(resource_name) %><br />
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment