Skip to content

Commit

Permalink
Moved Google Calendar link on events/index from the Export group to t…
Browse files Browse the repository at this point in the history
…he Subscribe group since it effects a subscription
  • Loading branch information
reidab committed Aug 3, 2011
1 parent 3c66553 commit 81b8176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<ul>
<li><%= link_to "iCalendar feed", url_for(:action => "index", :protocol => "webcal", :only_path => false)+".ics" %></li>
<li><%= link_to "Atom feed", events_url(:format => "atom") %></li>
<li><%= link_to "Google Calendar", "http://www.google.com/calendar/render?cid="+events_url(:format => 'ics') %></li>
</ul>

<h3>Export to</h3>
<ul>
<li><%= link_to "iCalendar file", events_url(:format => "ics") %></li>
<li><%= link_to "Google Calendar", "http://www.google.com/calendar/render?cid="+events_url(:format => 'ics') %></li>
<li><%= link_to "My Yahoo!", "http://add.my.yahoo.com/content?.intl=us&amp;url="+events_url(:format => 'ics') %></li>
</ul>

Expand Down

0 comments on commit 81b8176

Please sign in to comment.