lib/secret_console/views/new.haml in secret_console-0.1.0 vs lib/secret_console/views/new.haml in secret_console-0.2.0
- old
+ new
@@ -1,5 +1,5 @@
-%h1 Value
-%p
- %form{action: path, method: "post"}
- %textarea{name: "value", rows: 2, cols: 40}
- %input{type: "submit", value: "Save"}
+%form{action: path, method: "post"}
+ .form-group
+ %label{for: "value"} Secret
+ %textarea{name: "value", rows: 2, cols: 40, class: 'form-control', placeholder: 'Secret Value'}
+ %input{type: "submit", value: "Save", class: "btn btn-default"}