Skip to content

Commit 3484d9a

Browse files
committed
Address odd output when not passing variable to ask_us partial
1 parent f8cf2aa commit 3484d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/record/_sidebar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
</div>
99
<% end %>
1010

11-
<%= render 'shared/ask' %>
11+
<%= render partial: 'shared/ask', locals: { display: '' } %>
1212
</div>

0 commit comments

Comments
 (0)