Skip to content

Commit d0f1657

Browse files
committed
minor ui change
1 parent 64e19a3 commit d0f1657

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ GEM
7474
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
77-
ast (2.4.2)
77+
ast (2.4.3)
7878
authentication-zero (4.0.3)
7979
awesome_print (1.9.2)
8080
aws-eventstream (1.3.2)
81-
aws-partitions (1.1067.0)
82-
aws-sdk-core (3.220.1)
81+
aws-partitions (1.1072.0)
82+
aws-sdk-core (3.220.2)
8383
aws-eventstream (~> 1, >= 1.3.0)
8484
aws-partitions (~> 1, >= 1.992.0)
8585
aws-sigv4 (~> 1.9)
@@ -178,10 +178,10 @@ GEM
178178
net-smtp (0.5.1)
179179
net-protocol
180180
nio4r (2.7.4)
181-
nokogiri (1.18.4-x86_64-linux-gnu)
181+
nokogiri (1.18.5-x86_64-linux-gnu)
182182
racc (~> 1.4)
183183
parallel (1.26.3)
184-
parser (3.3.7.1)
184+
parser (3.3.7.2)
185185
ast (~> 2.4.1)
186186
racc
187187
pg (1.5.9)
@@ -267,8 +267,8 @@ GEM
267267
rubocop-ast (>= 1.38.0, < 2.0)
268268
ruby-progressbar (~> 1.7)
269269
unicode-display_width (>= 2.4.0, < 4.0)
270-
rubocop-ast (1.39.0)
271-
parser (>= 3.3.1.0)
270+
rubocop-ast (1.41.0)
271+
parser (>= 3.3.7.2)
272272
rubocop-capybara (2.22.1)
273273
lint_roller (~> 1.1)
274274
rubocop (~> 1.72, >= 1.72.1)
@@ -296,7 +296,7 @@ GEM
296296
rufus-scheduler (3.9.2)
297297
fugit (~> 1.1, >= 1.11.1)
298298
securerandom (0.4.1)
299-
selenium-webdriver (4.29.1)
299+
selenium-webdriver (4.30.0)
300300
base64 (~> 0.2)
301301
logger (~> 1.4)
302302
rexml (~> 3.2, >= 3.2.5)

app/views/tasks/_state_text.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<% unfinished_distros = task.unfinished_distros %>
1313

1414
<% if failed_artefacts.any? %>
15-
<span> error build for </span>
15+
<span> build for </span>
1616
<% failed_artefacts.each_with_index do |a, index| %>
1717
<a class="link-secondary" href="#artefacts-<%= dom_friendly(a.distro) %>"><%= a.distro_object.name %></a>
1818
<% end %>

app/views/tasks/_task_show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<i class="bi bi-exclamation-triangle-fill text-danger"></i>
3030
<% end %>
3131
<%= d.name %>
32-
|
32+
<br />
3333
<% end %>
3434
</div>
3535

0 commit comments

Comments
 (0)