suite
This commit is contained in:
parent
e7c0e126cc
commit
bc6506c3fd
@ -1,5 +1,10 @@
|
|||||||
class CircuitRegion < ApplicationRecord
|
class CircuitRegion < ApplicationRecord
|
||||||
acts_as_csv_import :fields => [:name]
|
acts_as_csv_import :fields => [:name]
|
||||||
|
|
||||||
|
acts_as_sorting :fields => {
|
||||||
|
:name => {:name => "Nom",:reorder => true},
|
||||||
|
:actions => {:name => "Actions"}
|
||||||
|
}
|
||||||
|
|
||||||
has_many :circuits
|
has_many :circuits
|
||||||
|
|
||||||
|
@ -26,12 +26,34 @@
|
|||||||
%br
|
%br
|
||||||
de la communauté
|
de la communauté
|
||||||
%p
|
%p
|
||||||
Et recevez gratuitement 1 planche de stickers.
|
Recevez gratuitement
|
||||||
%br
|
|
||||||
%br
|
%br
|
||||||
|
1 planche de stickers
|
||||||
|
|
||||||
|
|
||||||
%a{:href => public_my_account_path} S'inscrire
|
%a{:href => public_my_account_path} S'inscrire
|
||||||
%br
|
|
||||||
|
#paragraphe339.paragraphe{:style => "padding:0;margin:0;"}
|
||||||
|
%a{:name => "paragraphe339"}
|
||||||
|
.num_programme
|
||||||
|
.center_programme
|
||||||
|
.block_num
|
||||||
|
%span.chiffre
|
||||||
|
=PCustomer.where(:enabled => true).count
|
||||||
|
%span.label-chiffre Membres
|
||||||
|
.block_num
|
||||||
|
%span.chiffre
|
||||||
|
=MEvent.count
|
||||||
|
%span.label-chiffre Dates
|
||||||
|
.block_num
|
||||||
|
%span.chiffre
|
||||||
|
=Circuit.count
|
||||||
|
%span.label-chiffre Circuits
|
||||||
|
.block_num
|
||||||
|
%span.chiffre
|
||||||
|
=Organisateur.count
|
||||||
|
%span.label-chiffre Organisateurs
|
||||||
|
|
||||||
.avantage
|
.avantage
|
||||||
.center_home
|
.center_home
|
||||||
%h4 Les 4 avantages du programme
|
%h4 Les 4 avantages du programme
|
||||||
@ -64,24 +86,3 @@
|
|||||||
%img.img_av_hover{:src => "https://www.mamotosurcircuit.com/images/interface/infosexclu_left_white.png"}/
|
%img.img_av_hover{:src => "https://www.mamotosurcircuit.com/images/interface/infosexclu_left_white.png"}/
|
||||||
%h5 Des informations exclusives
|
%h5 Des informations exclusives
|
||||||
%p Les coulisses de l'exploit
|
%p Les coulisses de l'exploit
|
||||||
|
|
||||||
#paragraphe339.paragraphe{:style => "padding:0;margin:0;"}
|
|
||||||
%a{:name => "paragraphe339"}
|
|
||||||
.num_programme
|
|
||||||
.center_programme
|
|
||||||
.block_num
|
|
||||||
%span.chiffre
|
|
||||||
=PCustomer.where(:enabled => true).count
|
|
||||||
%span.label-chiffre Membres
|
|
||||||
.block_num
|
|
||||||
%span.chiffre
|
|
||||||
=MEvent.count
|
|
||||||
%span.label-chiffre Dates
|
|
||||||
.block_num
|
|
||||||
%span.chiffre
|
|
||||||
=Circuit.count
|
|
||||||
%span.label-chiffre Circuits
|
|
||||||
.block_num
|
|
||||||
%span.chiffre
|
|
||||||
=Organisateur.count
|
|
||||||
%span.label-chiffre Organisateurs
|
|
Loading…
x
Reference in New Issue
Block a user