suite
This commit is contained in:
parent
d3e3aa4d7d
commit
b275ee0bab
@ -19,7 +19,7 @@ $(document).ready ->
|
||||
data: $('#sheets_chart').data('values')
|
||||
xkey: 'y'
|
||||
ykeys: ['foyers', 'familles', 'associations',"individuel", "bienfaiteurs", "pouvoirs"]
|
||||
labels: ['Foyers', 'Familles', 'Associations',"Individuel", "Bienfaiteurs", "Pouvoirs"]
|
||||
labels: ['Foyers', 'Familles', 'Associations',"Individuelle", "Bienfaiteurs", "Pouvoirs"]
|
||||
lineColors: ["#FF9900", "#4942CC", "#008000", "#FF45A3", "#DC3912", "#4684EE"]
|
||||
parseTime:false
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
=f.input :email, :label => "Email :"
|
||||
|
||||
=f.input :join_type, :collection => {"Individuel" => 1, "Familial" => 2}, :include_blank => false, :label => "Type d'adhésion :", :as => :radio
|
||||
=f.input :join_type, :collection => {"Individuelle" => 1, "Familiale" => 2}, :include_blank => false, :label => "Type d'adhésion :", :as => :radio
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
=link_to image_tag("/logo_pic_vert_w.png", :id => "logo"), "/"
|
||||
#personnal_menu
|
||||
|
||||
=link_to "Rennouveler mon adhésion »", select_sheet_public_renews_index_path
|
||||
=link_to "Renouveller mon adhésion »", select_sheet_public_renews_index_path
|
||||
=link_to "Adhérer »", select_sheet_public_joins_path
|
||||
=link_to "Accès au forum »", "/forum"
|
||||
#menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user