Skip to content

Commit

Permalink
signup_users_path is not available on invite only apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Sep 12, 2012
1 parent 1817fee commit c62785e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo_clean/taglibs/nav.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This is a simple tag - just look at the source if you need to know more detail.
</if>
<else>
<li class='nav-item' param="log-in"><a href="&login_url"><t key="hobo.actions.login">Log in</t></a></li>
<li if="&signup_users_path" class="nav-item" param="sign-up"><a href="&signup_users_path"><t key="hobo.actions.signup">Sign up</t></a></li>
<li if="&signup_users_path rescue nil" class="nav-item" param="sign-up"><a href="&signup_users_path"><t key="hobo.actions.signup">Sign up</t></a></li>
</else>
</ul>
</do>
Expand Down

0 comments on commit c62785e

Please sign in to comment.