Les liens vers google sont supprimés
This commit is contained in:
parent
8a19c97196
commit
b3ed39cc5d
@ -50,6 +50,4 @@
|
||||
rss: link_to('rss', events_url(:rss,
|
||||
tag: params[:tag], region: params[:region])),
|
||||
ical: link_to('iCal', events_url(:rss,
|
||||
tag: params[:tag], format: :ics, tag: params[:tag], region: params[:region])),
|
||||
googleCal: link_to('calendrier Google',
|
||||
"http://www.google.com/calendar/render?cid=#{events_url(format: :ics, tag: params[:tag], region: params[:region])}")
|
||||
tag: params[:tag], format: :ics, tag: params[:tag], region: params[:region]))
|
||||
|
@ -5,16 +5,13 @@
|
||||
|
||||
%table.list
|
||||
%tr
|
||||
-#http://www.google.com/calendar/render?cid=http://www.agendadulibre.org/ical.php?region%3Dall
|
||||
%td=t :all, scope: 'activerecord.attributes.region.name_values'
|
||||
%td= link_to :webcal, events_path(protocol: :webcal, format: :ics, region: :all, only_path: false)
|
||||
%td= link_to :google, "http://www.google.com/calendar/render?cid=#{events_url(format: :ics, region: :all)}"
|
||||
|
||||
- @regions.each do |region|
|
||||
%tr
|
||||
%td= region.name
|
||||
%td= link_to :webcal, events_path(protocol: :webcal, format: :ics, region: region.id, only_path: false)
|
||||
%td= link_to :google, "http://www.google.com/calendar/render?cid=#{events_url(format: :ics, region: region.id)}"
|
||||
|
||||
:markdown
|
||||
#{t '.help'}
|
||||
|
@ -114,7 +114,7 @@ fr:
|
||||
moderation: Modération
|
||||
events:
|
||||
index:
|
||||
calendar_in: Ce calendrier en %{rss}, %{ical} ou %{googleCal}
|
||||
calendar_in: Ce calendrier en %{rss}, %{ical}
|
||||
all_regions: Toutes les régions
|
||||
show:
|
||||
lug-list: Groupes d'utilisateurs de la région
|
||||
|
Loading…
Reference in New Issue
Block a user