summaryrefslogtreecommitdiff
path: root/users/app/views/users/_legend_and_submit.html.haml
blob: cc172e9d5a840e0c5fe4cfe7184d8dd942662965 (plain)
1
2
3
4
5
6
7
8
9
10
%legend
  = t(legend)
= yield
.pull-right
  - if local_assigns[:with_cancel]
    = f.button :submit, :class => 'btn-primary'
    = link_to t(:cancel), root_url, :class => :btn
  - else
    = f.button :submit
.clearfix