Remove 2 months old call for suggestions
This commit is contained in:
parent
bbd0fa3b5f
commit
9f3650b12f
2 changed files with 0 additions and 13 deletions
|
@ -18,14 +18,6 @@
|
||||||
|
|
||||||
.container
|
.container
|
||||||
- if @dossiers.present?
|
- if @dossiers.present?
|
||||||
- if @dossiers.total_pages >= 2
|
|
||||||
.card.feedback
|
|
||||||
.card-title Nous avons redesigné la liste des dossiers.
|
|
||||||
%p
|
|
||||||
Une suggestion pour améliorer cette page ? Votre avis nous intéresse ! Écrivez-nous à
|
|
||||||
= mail_to CONTACT_EMAIL, CONTACT_EMAIL, subject: "Amélioration de la liste des dossiers"
|
|
||||||
\.
|
|
||||||
|
|
||||||
%table.table.dossiers-table.hoverable
|
%table.table.dossiers-table.hoverable
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
|
|
|
@ -59,11 +59,6 @@ describe 'user access to the list of his dossier' do
|
||||||
page.click_link("Suivant")
|
page.click_link("Suivant")
|
||||||
expect(page).to have_content(dossier_archived.procedure.libelle)
|
expect(page).to have_content(dossier_archived.procedure.libelle)
|
||||||
end
|
end
|
||||||
|
|
||||||
scenario 'the user sees a card asking for feedback' do
|
|
||||||
expect(page).to have_css('.card.feedback')
|
|
||||||
expect(page).to have_content(CONTACT_EMAIL)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "recherche" do
|
describe "recherche" do
|
||||||
|
|
Loading…
Add table
Reference in a new issue