Skip to content

Commit

Permalink
include google calendar only on events listing page
Browse files Browse the repository at this point in the history
  • Loading branch information
outbounder committed Feb 27, 2014
1 parent b213f4f commit ee4bf4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions context/UI/pages/events/index.jade
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
extends ../layout

block content
<iframe src="https://www.google.com/calendar/embed?height=600&amp;wkst=2&amp;hl=bg&amp;bgcolor=%23FFFFFF&amp;src=lo0fh2tu3nu9vegm8ibf6hhtjg%40group.calendar.google.com&amp;color=%23856508&amp;ctz=Europe%2FSofia" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
section
- for(var i = events.length-1; i>=0; i--)
.section-item(class= events[i].isUpcoming()?"":"disable")
Expand Down
3 changes: 1 addition & 2 deletions context/UI/pages/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ extends layout

block content
include ./partials/home/blog-posts
include ./partials/home/event-posts
<iframe src="https://www.google.com/calendar/embed?height=600&amp;wkst=2&amp;hl=bg&amp;bgcolor=%23FFFFFF&amp;src=lo0fh2tu3nu9vegm8ibf6hhtjg%40group.calendar.google.com&amp;color=%23856508&amp;ctz=Europe%2FSofia" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
include ./partials/home/event-posts

0 comments on commit ee4bf4b

Please sign in to comment.