Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
3fc8a6b5
Commit
3fc8a6b5
authored
Sep 30, 2019
by
Bryan BRANCOTTE
Browse files
Re-ordering the item to follow the menu order
parent
41f126e3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/viralhostrangedb/templates/viralhostrangedb/index.html
View file @
3fc8a6b5
...
...
@@ -96,24 +96,26 @@
<h1
class=
"text-center mt-4 pt-4"
>
{% trans "access_to_virus_host_and_data_source"%}
</h1>
<div
class=
"row homepage-lower"
>
<div
class=
"col-12 col-md-4"
>
<a
href=
"{
{virus_
list
}
}"
role=
"button"
<a
href=
"{
% url 'viralhostrangedb:data-source-
list
' %
}"
role=
"button"
class=
"homepage-lower-button bg-primary"
>
<h4
class=
"pt-4 pl-4 pr-4"
><span
class=
"btf-virus"
></span>
{% trans "Virus"%}
</h4>
<h4
class=
"pt-4 pl-4 pr-4"
>
<i
class=
"fa fa-database"
></i>
{% trans "Data source"%}
</h4>
<div
class=
"pb-4"
>
{% trans "Open and search them"%}
</div>
</a>
</div>
<div
class=
"col-12 col-md-4"
>
<a
href=
"{{
host
_list}}"
role=
"button"
<a
href=
"{{
virus
_list}}"
role=
"button"
class=
"homepage-lower-button bg-primary"
>
<h4
class=
"pt-4 pl-4 pr-4"
><span
class=
"btf-host"
></span>
{% trans "Host"%}
</h4>
<h4
class=
"pt-4 pl-4 pr-4"
>
<span
class=
"btf-virus"
></span>
{% trans "Virus"%}
</h4>
<div
class=
"pb-4"
>
{% trans "Open and search them"%}
</div>
</a>
</div>
<div
class=
"col-12 col-md-4"
>
<a
href=
"{
% url 'viralhostrangedb:data-source-
list
' %
}"
role=
"button"
<a
href=
"{
{host_
list
}
}"
role=
"button"
class=
"homepage-lower-button bg-primary"
>
<h4
class=
"pt-4 pl-4 pr-4"
>
<
i
class=
"
fa fa-database"
></i
>
{% trans "
Data source
"%}
</h4>
<
span
class=
"
btf-host"
></span
>
{% trans "
Host
"%}
</h4>
<div
class=
"pb-4"
>
{% trans "Open and search them"%}
</div>
</a>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment