You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
312 B
8 lines
312 B
.actions
|
|
- @actions.each do |action|
|
|
- if action.to_sym == :facebook_sign_in
|
|
%a.facebook-sign-in.button{href: '/oauth/facebook'}
|
|
= _ action.to_s
|
|
- else
|
|
%button{id: action.to_s, name: action.to_s, type: 'submit', formnovalidate: ([:cancel, :previous].include? action.to_sym)}
|
|
= _ action.to_s
|