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