This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-23 10:26:02 +02:00

10 lines
249 B
Plaintext

%h1=@article_author.name
%h2 Marques
=link_to "ajouter une marque", new_admin_label_marque_path(:article_author_id => @article_author.id), :class => "btn btn-primary"
%table.table
=render @article_author.label_marques.order(:name)
%br
%br
%br
%br