We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fef942 commit 18edb57Copy full SHA for 18edb57
decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb
@@ -85,7 +85,7 @@ edit_link(
85
86
<% if current_participatory_space.registrations_enabled? %>
87
<section class="content-block">
88
- <% if current_participatory_space.registration_types.present?%>
+ <% if current_participatory_space.registration_types.present? %>
89
<h2 class="h2 decorator"><%= t("decidim.conferences.conferences.show.register") %></h2>
90
<% end %>
91
<% if current_user.present? %>
0 commit comments