From 842c02772e83c790ef845db5303d3a1d0763e944 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Tue, 21 May 2019 14:30:18 +0000 Subject: [PATCH 2/2] Add issue css_classes to issue rows --- app/views/versions/index.html.erb | 2 +- app/views/versions/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index ad5d5f4..c0b2f9d 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -28,7 +28,7 @@ <% issues.each do |issue| -%> - + diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index dc43d40..e1b27ee 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -42,7 +42,7 @@ <%- @issues.each do |issue| -%> - + -- 2.1.4