Skip to content

Commit ba64767

Browse files
committed
erb_lint formatting fix
1 parent b03a9eb commit ba64767

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

app/views/templates_preferences/show.html.erb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,11 +346,9 @@
346346
</span>
347347
</label>
348348
<div class="space-y-2">
349-
<%
350-
first_party = @template.submitters.first&.[]('name') || t('first_party')
351-
second_party = @template.submitters.second&.[]('name') || t('second_party')
352-
current_value = ff.object.submitters_order.presence || 'simultaneous'
353-
%>
349+
<% first_party = @template.submitters.first&.[]('name') || t('first_party')
350+
second_party = @template.submitters.second&.[]('name') || t('second_party')
351+
current_value = ff.object.submitters_order.presence || 'simultaneous' %>
354352

355353
<label class="flex items-start space-x-3 p-3 border border-base-300 rounded-lg cursor-pointer hover:border-primary transition-colors">
356354
<%= ff.radio_button :submitters_order, 'employee_then_manager',

0 commit comments

Comments
 (0)