Skip to content

Commit

Permalink
lint: add missing space in conference show view page
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Apr 19, 2024
1 parent 1fef942 commit 18edb57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ edit_link(

<% if current_participatory_space.registrations_enabled? %>
<section class="content-block">
<% if current_participatory_space.registration_types.present?%>
<% if current_participatory_space.registration_types.present? %>
<h2 class="h2 decorator"><%= t("decidim.conferences.conferences.show.register") %></h2>
<% end %>
<% if current_user.present? %>
Expand Down

0 comments on commit 18edb57

Please sign in to comment.