Make everything plural

In the recent change to split the uncategorized page we were
inconsistent in our use of other and others for the second page.
To make everything consistent and actually work this commit updates
the last references of other and other.html to others and others.html.

Change-Id: If6a4331f5cb7d0a362a89c87fdeebf4891f603b9
This commit is contained in:
Matthew Treinish 2016-08-16 10:20:40 -04:00
parent 9042c22053
commit c8107c6a87
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
3 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ def get_options():
parser.add_argument('-o', '--output',
help="The path for the directory to store the "
"html output. 2 files will be created: "
"integrated_gate.html and other.html. "
"integrated_gate.html and others.html. "
"If this option is not specified these files "
"will be written to the cwd.")
parser.add_argument('-c', '--conf', help="Elastic Recheck Configuration "
@ -80,7 +80,7 @@ def setup_template_engine(directory, group='integrated_gate'):
env = jinja2.Environment(loader=loader)
if group == 'integrated_gate':
filename = 'integrated_gate.html'
elif group == 'other':
elif group == 'others':
filename = 'others.html'
else:
raise TypeError('Unknown job name %s' % group)
@ -142,7 +142,7 @@ def all_fails(classifier):
}
all_fails = {
'integrated_gate': integrated_fails,
'other': other_fails
'others': other_fails
}
return all_fails

View File

@ -71,7 +71,7 @@
<li><a href="../index.html">All Pipelines</a></li>
<li><a href="../gate.html">Gate Pipeline</a></li>
<li class="active"><a href="integrated_gate.html">Integrated Gate Uncategorized</a></li>
<li class="active"><a href="other.html">Other Projects Uncategorized</a></li>
<li class="active"><a href="others.html">Other Projects Uncategorized</a></li>
</ul>
</div>

View File

@ -71,7 +71,7 @@
<li><a href="../index.html">All Pipelines</a></li>
<li><a href="../gate.html">Gate Pipeline</a></li>
<li class="active"><a href="integrated_gate.html">Integrated Gate Uncategorized</a></li>
<li class="active"><a href="other.html">Other Projects Uncategorized</a></li>
<li class="active"><a href="others.html">Other Projects Uncategorized</a></li>
</ul>
</div>