diff --git a/data/templates/run_list.tt2 b/data/templates/run_list.tt2 index 40199db3..746b798a 100644 --- a/data/templates/run_list.tt2 +++ b/data/templates/run_list.tt2 @@ -4,9 +4,9 @@
Runs - ··all·· + ··all·· [% FOREACH rsd = model.current_run_status.run_status_dict.run_status_dicts_sorted -%] -··[% rsd.description %]·· +··[% rsd.description %]·· [% END -%]
[% IF !id_instrument %] @@ -25,7 +25,7 @@ Page: [% i = 0 %] [% WHILE i * model.len < model.count_runs %] -·[% i+1 %]· +·[% i+1 %]· [% i = i + 1 %] [% END %]
diff --git a/t/20-view-run.t b/t/20-view-run.t index 951a35fd..d55f7f49 100644 --- a/t/20-view-run.t +++ b/t/20-view-run.t @@ -155,9 +155,10 @@ my $util = t::util->new({fixtures => 1,}); REQUEST_METHOD => 'GET', username => 'public', util => $util, - cgi_params => {id_run_status_dict => 'all', id_instrument => 3, }, + cgi_params => {id_run_status_dict => 'all', id_instrument => 3,}, }); - ok($util->test_rendered($str, 't/data/rendered/run/runs_on_instrument.html'), 'html list render run instrument 3 all statuses'); + ok($util->test_rendered($str, 't/data/rendered/run/runs_on_instrument.html'), + 'html list render run instrument 3 all run statuses'); } { diff --git a/t/data/rendered/run.html b/t/data/rendered/run.html index cf50c43b..cdc5b9bf 100644 --- a/t/data/rendered/run.html +++ b/t/data/rendered/run.html @@ -1,28 +1,28 @@
Runs - ··all·· - ··run pending·· - ··run on hold·· - ··run in progress·· - ··run stopped early·· - ··run cancelled·· - ··run complete·· - ··run mirrored·· - ··analysis pending·· - ··data discarded·· - ··analysis in progress·· - ··secondary analysis in progress·· - ··analysis on hold·· - ··analysis cancelled·· - ··analysis complete·· - ··qc review pending·· - ··qc in progress·· - ··qc on hold·· - ··archival pending·· - ··archival in progress·· - ··run archived·· - ··qc complete·· + ··all·· + ··run pending·· + ··run on hold·· + ··run in progress·· + ··run stopped early·· + ··run cancelled·· + ··run complete·· + ··run mirrored·· + ··analysis pending·· + ··data discarded·· + ··analysis in progress·· + ··secondary analysis in progress·· + ··analysis on hold·· + ··analysis cancelled·· + ··analysis complete·· + ··qc review pending·· + ··qc in progress·· + ··qc on hold·· + ··archival pending·· + ··archival in progress·· + ··run archived·· + ··qc complete··
@@ -40,7 +40,7 @@
Page: - middot;1· + middot;1·
diff --git a/t/data/rendered/run/runs_on_instrument.html b/t/data/rendered/run/runs_on_instrument.html index 387afa35..ab19091d 100644 --- a/t/data/rendered/run/runs_on_instrument.html +++ b/t/data/rendered/run/runs_on_instrument.html @@ -1,13 +1,13 @@
Runs -··all·· -# ·· +··all·· +# ··
Page: - ·1· + ·1·