diff options
author | Azul <azul@riseup.net> | 2016-03-26 18:22:22 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:31:17 -0300 |
commit | 70d8ffc40ef57efaf75cd51e0c1ca654dc37dd4c (patch) | |
tree | aa738eace66311b4eea9f9cc4abb1713793a218c /app/views/users/_contact_email.html.haml | |
parent | 65f67e1829666a65a3b354d4d95f9d38aa15a81e (diff) |
upgrade: bootstrap control-group -> form-group
Diffstat (limited to 'app/views/users/_contact_email.html.haml')
-rw-r--r-- | app/views/users/_contact_email.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_contact_email.html.haml b/app/views/users/_contact_email.html.haml index ad768b7..1627ff6 100644 --- a/app/views/users/_contact_email.html.haml +++ b/app/views/users/_contact_email.html.haml @@ -4,6 +4,6 @@ = f.input :contact_email, :label => false -# %p= t(:public_key) -# = f.text_area :contact_email_key, {:class => "full-width", :rows => 4} - .control-group + .form-group .controls = f.submit t(:save), :class => 'btn', :data => {"loading-text" => "Saving..."}
\ No newline at end of file |