Created
June 9, 2015 21:51
-
-
Save cdussud/444ecd1cb3ae9f4673ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/Cedric/Code/SocialWeb/app/services/events/events.slim: | |
9 |{{rsvpLanguage}} | |
10 .rsvp.styleLargeBC ng-if="!event.isPublic && !$root.user.isLoggedIn()" | |
11: a.anywhereCTA.styleBadass href="https://signup.wework.com" target="_blank" | |
12 |Become a member and gain access to this event and hundreds more like it. | |
13 .nonMemberAttendanceBlock ng-if="!$root.user.isLoggedIn() && event.isPublic" | |
/Users/Cedric/Code/SocialWeb/app/services/login/login.slim: | |
31 .not-member.styleLargeBC | |
32 | Not a member yet? | |
33: a href="https://signup.wework.com?ref=mena_login" class="styleBadass" | |
34 | Sign Up Now | |
35 .terms.styleSmallBC By logging in, you agree to our <a href="/terms">Terms of Service</a>, <a href="/privacy">Privacy Policy</a> and <a href="/guidelines">Community Guidelines</a>. | |
/Users/Cedric/Code/SocialWeb/build/events.html: | |
11 </div> | |
12 <div class="rsvp styleLargeBC" ng-if="!event.isPublic && !$root.user.isLoggedIn()"> | |
13: <a class="anywhereCTA styleBadass" href="https://signup.wework.com" target="_blank">Become a member and gain access to this event and hundreds more like it.</a> | |
14 </div> | |
15 <div class="nonMemberAttendanceBlock" ng-if="!$root.user.isLoggedIn() && event.isPublic"> | |
/Users/Cedric/Code/SocialWeb/build/login.html: | |
42 Not a member yet? | |
43 </div> | |
44: <a class="styleBadass" href="https://signup.wework.com?ref=mena_login">Sign Up Now</a> | |
45 </div> | |
46 <div class="terms styleSmallBC"> | |
4 matches across 4 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment