7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
%h1=@timeline_history.title
|
|
|
|
%h2 Années
|
|
=link_to "ajouter une année", new_admin_timeline_year_path(:timeline_history_id => @timeline_history.id)
|
|
%table
|
|
=render @timeline_history.timeline_years.order(:year)
|