AutoCommit Mon Jun 8 22:03:14 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-08 22:03:14 +02:00
parent 18021fb502
commit cc2ab28d16
11 changed files with 83 additions and 9 deletions

View File

@@ -52,7 +52,7 @@
<%= render 'calendars/calentries', :object=>@calentries %>
<% end %>
<% end %>
<%= link_to "ics-format", calendar_path(@rubrik.calendar,:format=>:ics) %>
<%= link_to "ics-format", calendar_path(@rubrik.calendar,:format=>:ics,:key=>current_user.nil? ? nil : Key.where(typ: 1, user_id: current_user.id,is_valid: true).last.try(:uuid)) %>
</div>
</div>