You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current_url Alias for the current_url helper function. {+ current_url +}
483
483
previous_url Alias for the previous_url helper function. {+ previous_url +}
484
+
site_url Alias for the site_url helper function. {+ site_url "login" +}
484
485
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
485
486
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
486
487
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
487
488
validation_errors fieldname(optional) Returns either error string for the field (if specified) or all validation errors. {+ validation_errors +} , {+ validation_errors field="email" +}
489
+
route route name Alias for the route_to helper function. {+ route "login" +}
0 commit comments