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 +}
523
-
previous_url Alias for the previous_url helper function. {+ previous_url +}
524
-
site_url Alias for the site_url helper function. {+ site_url "login" +}
525
-
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
526
-
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
527
-
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
522
+
currentURLAlias for the current_url helper function. {+ currentURL +}
523
+
previousURLAlias for the previous_url helper function. {+ previousURL +}
524
+
siteURLAlias for the site_url helper function. {+ siteURL "login" +}
525
+
mailto email, title, attributes Alias for the mailto helper function. {+ mailto email=foo@example.com title="Stranger Things" +}
526
+
safe_mailto email, title, attributes Alias for the safe_mailto helper function. {+ safe_mailto email=foo@example.com title="Stranger Things" +}
527
+
lang language string Alias for the lang helper function. {+ lang number.terabyteAbbr +}
528
528
validation_errors fieldname(optional) Returns either error string for the field (if specified) or all validation errors. {+ validation_errors +} , {+ validation_errors field="email" +}
529
529
route route name Alias for the route_to helper function. {+ route "login" +}
0 commit comments