Skip to content

Commit 254e3eb

Browse files
committed
AO3-7353 Lint fix
1 parent a0379f9 commit 254e3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/gifts/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<%= span_if_current ts("Accepted Gifts"), user_gifts_path(@user), !(params[:refused]) %>
1818
</li>
1919
<li>
20-
<%= span_if_current(ts("Refused Gifts"), user_gifts_path(@user, refused: true), params[:refused]=="true") %>
20+
<%= span_if_current(ts("Refused Gifts"), user_gifts_path(@user, refused: true), params[:refused] == "true") %>
2121
</li>
2222
</ul>
2323
<% elsif !@user %>

0 commit comments

Comments
 (0)