Skip to content

Commit 18edb57

Browse files
committed
lint: add missing space in conference show view page
1 parent 1fef942 commit 18edb57

File tree

1 file changed

+1
-1
lines changed
  • decidim-conferences/app/views/decidim/conferences/conferences

1 file changed

+1
-1
lines changed

decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ edit_link(
8585

8686
<% if current_participatory_space.registrations_enabled? %>
8787
<section class="content-block">
88-
<% if current_participatory_space.registration_types.present?%>
88+
<% if current_participatory_space.registration_types.present? %>
8989
<h2 class="h2 decorator"><%= t("decidim.conferences.conferences.show.register") %></h2>
9090
<% end %>
9191
<% if current_user.present? %>

0 commit comments

Comments
 (0)