Skip to content
Snippets Groups Projects
Commit bde541fe authored by Arnaud Levy's avatar Arnaud Levy
Browse files

clean

parent a5f039d0
No related branches found
No related tags found
No related merge requests found
<h2><%= t('login.not_registered_yet') %></h2>
<p class="float-start"><%= t('login.not_registered_yet_details') %></p>
<p><%= t('login.not_registered_yet_details') %></p>
<div class="form-actions text-end">
<%= link_to t("devise.registrations.new.sign_up"),
new_registration_path(resource_name),
......
......@@ -17,9 +17,6 @@
<h1 class="my-5 py-5 text-center"><%= current_university %></h1>
<div class="card">
<div class="card-body text-start">
<p class="lead mb-5">
<%= t('login.subtitle') %>
</p>
<% unless notice.blank? %>
<div class="alert alert-success mt-2" role="alert"><%= notice.html_safe %></div>
<% end %>
......
......@@ -12,4 +12,8 @@ class WordpressTest < ActiveSupport::TestCase
test "convert double quotation marks" do
assert_equal Wordpress.clean('Conférence Joëlle Zask : &#8220;Ecologie de la participation&#8221;'), 'Conférence Joëlle Zask : “Ecologie de la participation”'
end
test "convert " do
assert_equal Wordpress.clean('TRAVAILLER DEMAIN, Débat &#8211; le 10 mai à 18h30'), 'TRAVAILLER DEMAIN, Débat – le 10 mai à 18h30'
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment