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,
|
rss: link_to('rss', events_url(:rss,
|
||||||
tag: params[:tag], region: params[:region])),
|
tag: params[:tag], region: params[:region])),
|
||||||
ical: link_to('iCal', events_url(:rss,
|
ical: link_to('iCal', events_url(:rss,
|
||||||
tag: params[:tag], format: :ics, tag: params[:tag], region: params[:region])),
|
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])}")
|
|
||||||
|
@ -5,16 +5,13 @@
|
|||||||
|
|
||||||
%table.list
|
%table.list
|
||||||
%tr
|
%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=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 :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|
|
- @regions.each do |region|
|
||||||
%tr
|
%tr
|
||||||
%td= region.name
|
%td= region.name
|
||||||
%td= link_to :webcal, events_path(protocol: :webcal, format: :ics, region: region.id, only_path: false)
|
%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
|
:markdown
|
||||||
#{t '.help'}
|
#{t '.help'}
|
||||||
|
@ -114,7 +114,7 @@ fr:
|
|||||||
moderation: Modération
|
moderation: Modération
|
||||||
events:
|
events:
|
||||||
index:
|
index:
|
||||||
calendar_in: Ce calendrier en %{rss}, %{ical} ou %{googleCal}
|
calendar_in: Ce calendrier en %{rss}, %{ical}
|
||||||
all_regions: Toutes les régions
|
all_regions: Toutes les régions
|
||||||
show:
|
show:
|
||||||
lug-list: Groupes d'utilisateurs de la région
|
lug-list: Groupes d'utilisateurs de la région
|
||||||
|
Loading…
Reference in New Issue
Block a user