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
249 B
8 lines
249 B
11 years ago
|
.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'}
|
||
|
= _ action.to_s
|