Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit aac617a

Browse files
author
ewilhelm
committed
r1140@mjolnir: ewilhelm | 2006-05-03 23:31:18 -0700
app/views/index/index.rhtml - fixed next-meeting code (tested through 2056) **** should not live in view? **** **** need a model for meetings? **** git-svn-id: http://svn.pdxruby.org/repos/www/trunk@205 f0fbaf97-c700-0410-a5eb-8ea856f8537e
1 parent 76d45d5 commit aac617a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/index/index.rhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<h2>Join us!</h2>
77

8-
<p>We meet the first Tuesday (<i>think Ruby Tuesday!</i>) of every month from 7&ndash;10pm at <a href="http://freegeek.org/" target="_blank">FreeGeek</a> (1731 SE 10th Avenue, Portland, OR [<a href="http://www.google.com/maps?q=1731+SE+10th+Avenue,+Portland,+OR&spn=0.030513,0.046070&hl=en" target="_blank">map</a>]). Next meeting: <%= Date.today + (0..31).find{ |i| d = Date.today + i and d.cwday == 2 and d.day < 7 } %>.
8+
<p>We meet the first Tuesday (<i>think Ruby Tuesday!</i>) of every month from 7&ndash;10pm at <a href="http://freegeek.org/" target="_blank">FreeGeek</a> (1731 SE 10th Avenue, Portland, OR [<a href="http://www.google.com/maps?q=1731+SE+10th+Avenue,+Portland,+OR&spn=0.030513,0.046070&hl=en" target="_blank">map</a>]). Next meeting: <%= Date.today + (0..34).find{ |i| d = Date.today + i and d.cwday == 2 and d.day <= 7 } %>.
99

1010
<p>We have an online calendar you can <a href="webcal://pdxruby.org/pdx.rb.ics">subscribe to</a> (here&rsquo;s an alternative <a href="http://pdxruby.org/pdx.rb.ics">http: link</a> if you need it). Email <a href="mailto:[email protected]">[email protected]</a> with additions.
1111

0 commit comments

Comments
 (0)