X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml diff --git a/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml new file mode 100644 index 0000000..98c4037 --- /dev/null +++ b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml @@ -0,0 +1,14 @@ +<%% form_tag do -%> +


+<%%= text_field_tag 'login' %>

+ +


+<%%= password_field_tag 'password' %>

+ + + +

<%%= submit_tag 'Log in' %>

+<%% end -%>