chaix_app/app/views/admin/articles/index.html.haml
Nicolas Bally 6a8e471b82 intial
2019-02-01 13:53:57 +01:00

26 lines
355 B
Plaintext

.qi_header
%h1
Actualités
%span
Liste des actus
.qi_row
.qi_pannel.qi_plain.padding
.header
.right= link_to 'Ajouter une actu', new_admin_article_path(), :class => "btn btn-primary", :remote => true
%h2
Liste des actus
="(#{@lang.slug})"
#articles_index=render :partial => "index_block"