File tree 1 file changed +3
-3
lines changed
templates/app/client/components/oauth-buttons(oauth)
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<% if(filters.facebookAuth) { %> a.btn<% if (filters.bootstrap) { %> .btn-social<% } %> .btn-facebook(ng-class='classes'
2
- ng-click= ' OauthButtons.loginOauth(" facebook") ' )
2
+ ng-click= " OauthButtons.loginOauth(' facebook') " )
3
3
i.fa.fa-facebook
4
4
| Connect with Facebook
5
5
6
6
<% } if(filters.googleAuth) { %> a.btn<% if (filters.bootstrap) { %> .btn-social<% } %> .btn-google(ng-class='classes'
7
- ng-click= ' OauthButtons.loginOauth(" google") ' )
7
+ ng-click= " OauthButtons.loginOauth(' google') " )
8
8
i.fa.fa-google-plus
9
9
| Connect with Google+
10
10
11
11
<% } if(filters.twitterAuth) { %> a.btn<% if (filters.bootstrap) { %> .btn-social<% } %> .btn-twitter(ng-class='classes'
12
- ng-click= ' OauthButtons.loginOauth(" twitter") ' )
12
+ ng-click= " OauthButtons.loginOauth(' twitter') " )
13
13
i.fa.fa-twitter
14
14
| Connect with Twitter<% } %>
You can’t perform that action at this time.
0 commit comments