Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update links template
  • Loading branch information
pblottiere committed Apr 16, 2020
1 parent d094b89 commit 42749ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions resources/server/api/ogc/templates/wfs3/header.html
Expand Up @@ -17,6 +17,8 @@
<link rel="stylesheet" href="{{ static( "jsonFormatter.min.css" ) }}" crossorigin="anonymous"></script>
<script src="{{ static( "jsonFormatter.min.js" ) }}" crossorigin="anonymous"></script>

{% include "links.html" %}

<title>{{ metadata.pageTitle }}</title>
</head>
<body>
Expand Down
4 changes: 1 addition & 3 deletions resources/server/api/ogc/templates/wfs3/links.html
@@ -1,6 +1,4 @@
<!-- template for the WFS3 API links list -->
<ul>
{% for link in links %}
<li><a rel="{{ link.rel }}" href="{{ link.href }}">{{ link.title }}</a></li>
<link rel="{{ link.rel }}" href="{{ link.href }}" title="{{ link.title }}" type="{{ link.type }}">
{% endfor %}
</ul>

0 comments on commit 42749ad

Please sign in to comment.