summaryrefslogtreecommitdiff
path: root/chef-server/lib/views/openid_login/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'chef-server/lib/views/openid_login/index.html.haml')
-rw-r--r--chef-server/lib/views/openid_login/index.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chef-server/lib/views/openid_login/index.html.haml b/chef-server/lib/views/openid_login/index.html.haml
new file mode 100644
index 0000000000..17ae69017a
--- /dev/null
+++ b/chef-server/lib/views/openid_login/index.html.haml
@@ -0,0 +1,6 @@
+%h1 Login
+#login-form
+ %form{ :method => "get", :action => url(:openid_login_submit) }
+ %input{ :type => "text", :name => "username" }/
+ %input{ :type => "submit", :value => "Log In"}/
+ \ No newline at end of file