10 lines
231 B
Plaintext
10 lines
231 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.table
|
|
=render @timeline_history.timeline_years.order(:year)
|
|
%br
|
|
%br
|
|
%br
|
|
%br |