We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf1d7d commit 6561597Copy full SHA for 6561597
app/views/distributions/index.html.erb
@@ -100,7 +100,7 @@
100
<th>ID</th>
101
<th>Partner</th>
102
<th class="date text-left">Initial Allocation</th>
103
- <th class="date text-left" >Date of Distribution</th>
+ <th class="date text-left">Date of Distribution</th>
104
<th>Source Inventory</th>
105
106
<% filtered_item_name = @selected_item ? @items.find { |i| i.id == filter_params[:by_item_id].to_i }&.name : nil %>
0 commit comments