Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TelcoDB
Web Frontend
Commits
f667727c
Verified
Commit
f667727c
authored
Oct 22, 2019
by
Elias Ojala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve ix/show.twig
parent
f5be4533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
views/ix/show.twig
views/ix/show.twig
+5
-5
No files found.
views/ix/show.twig
View file @
f667727c
...
...
@@ -4,13 +4,13 @@
<h1>
{{
data.name
}}
</h1>
<ul>
<li>
Operator:
<a
href=
"https://peeringdb.com/org/
{{
data.org.id
}}
"
>
{{
data.org.name
}}
</a></li>
<li>
Website:
<a
href=
"
{{
data.website
}}
"
>
{{
data.website
}}
</a></li>
{%
if
data.org.id
%}
<li>
Operator:
<a
href=
"https://peeringdb.com/org/
{{
data.org.id
}}
"
>
{{
data.org.name
}}
</a></li>
{%
endif
%}
{%
if
data.website
%}
<li>
Website:
<a
href=
"
{{
data.website
}}
"
>
{{
data.website
}}
</a></li>
{%
endif
%}
<li>
Statistics:
<a
href=
"
{{
data.url_stats
}}
"
>
{{
data.url_stats
}}
</a></li>
{%
if
data.url_stats
%}
<li>
Statistics:
<a
href=
"
{{
data.url_stats
}}
"
>
{{
data.url_stats
}}
</a></li>
{%
endif
%}
<li>
Country:
{{
data.country
}}
</li>
<li>
Continent:
{{
data.region_continent
}}
</li>
{%
if
data.country
%}
<li>
Country:
{{
data.country
}}
</li>
{%
endif
%}
{%
if
data.region_continent
%}
<li>
Continent:
{{
data.region_continent
}}
</li>
{%
endif
%}
</ul>
{# <pre><code>{{ dataRaw }}</code></pre> #}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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