Skip to content

Commit 6561597

Browse files
committed
For 5372AlignmentNudges fixed linting error in distributuons
1 parent baf1d7d commit 6561597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/distributions/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<th>ID</th>
101101
<th>Partner</th>
102102
<th class="date text-left">Initial Allocation</th>
103-
<th class="date text-left" >Date of Distribution</th>
103+
<th class="date text-left">Date of Distribution</th>
104104
<th>Source Inventory</th>
105105
106106
<% filtered_item_name = @selected_item ? @items.find { |i| i.id == filter_params[:by_item_id].to_i }&.name : nil %>

0 commit comments

Comments
 (0)