suite
This commit is contained in:
parent
e7c0e126cc
commit
bc6506c3fd
@ -1,6 +1,11 @@
|
||||
class CircuitRegion < ApplicationRecord
|
||||
acts_as_csv_import :fields => [:name]
|
||||
|
||||
acts_as_sorting :fields => {
|
||||
:name => {:name => "Nom",:reorder => true},
|
||||
:actions => {:name => "Actions"}
|
||||
}
|
||||
|
||||
has_many :circuits
|
||||
|
||||
end
|
||||
|
@ -26,12 +26,34 @@
|
||||
%br
|
||||
de la communauté
|
||||
%p
|
||||
Et recevez gratuitement 1 planche de stickers.
|
||||
%br
|
||||
Recevez gratuitement
|
||||
%br
|
||||
1 planche de stickers
|
||||
|
||||
|
||||
%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
|
||||
.center_home
|
||||
%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"}/
|
||||
%h5 Des informations exclusives
|
||||
%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