summaryrefslogtreecommitdiff
path: root/users/app/views/users/_public_key_field.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_public_key_field.html.haml')
-rw-r--r--users/app/views/users/_public_key_field.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/app/views/users/_public_key_field.html.haml b/users/app/views/users/_public_key_field.html.haml
new file mode 100644
index 0000000..af88cbd
--- /dev/null
+++ b/users/app/views/users/_public_key_field.html.haml
@@ -0,0 +1 @@
+= f.input :public_key, :as => :text, :hint => t(:use_ascii_key), :input_html => {:class => "span5", :rows => 20} # will want to tweak this to be wide enough (maybe smaller text?)