summaryrefslogtreecommitdiff
path: root/users/app/views/users/_legend_and_submit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_legend_and_submit.html.haml')
-rw-r--r--users/app/views/users/_legend_and_submit.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/app/views/users/_legend_and_submit.html.haml b/users/app/views/users/_legend_and_submit.html.haml
new file mode 100644
index 0000000..6fc0e4a
--- /dev/null
+++ b/users/app/views/users/_legend_and_submit.html.haml
@@ -0,0 +1,4 @@
+%legend= t(legend)
+=yield
+.pull-right= f.button :submit, :value => t(legend)
+.clearfix