Skip to content

Commit f007ce5

Browse files
committed
fix(pug): fix quote marks
1 parent 98add1d commit f007ce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<% 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')")
33
i.fa.fa-facebook
44
| Connect with Facebook
55

66
<% } 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')")
88
i.fa.fa-google-plus
99
| Connect with Google+
1010

1111
<% } 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')")
1313
i.fa.fa-twitter
1414
| Connect with Twitter<% } %>

0 commit comments

Comments
 (0)