Skip to content

Commit

Permalink
add github repo to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
albaizq committed Apr 8, 2020
1 parent f054fb1 commit d911a0a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/webapp/catalogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<li><a href="howto.html">How to use Themis</a></li>
<li><a href="swagger-ui/index.html">API REST</a></li>
<li class="active"><a href="catalogue.html">Catalogue</a></li>
<li><a href="https://github.com/oeg-upm/Themis">GitHub</a></li>

<!--<li><a href="tests-info.html">Supported tests</a></li>-->
</ul>
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<li><a href="howto.html">How to use it</a></li>
<li class="active"><a href="rest.html">API REST</a></li>
<li><a href="catalogue.html">Test catalogue</a></li>
<li><a href="https://github.com/oeg-upm/Themis">GitHub</a></li>

<!--<li><a href="tests-info.html">Supported tests</a></li>-->
</ul>
</div><!--/.nav-collapse -->
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<li><a href="howto.html">How to use Themis</a></li>
<li><a href="swagger-ui/index.html">API REST</a></li>
<li><a href="catalogue.html">Catalogue</a></li>
<li><a href="https://github.com/oeg-upm/Themis">GitHub</a></li>

<!--<li><a href="tests-info.html">Supported tests</a></li>-->
</ul>
</div><!--/.nav-collapse -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<li><a href="howto.html">How to use Themis</a></li>
<li><a href="swagger-ui/index.html">API REST</a></li>
<li><a href="catalogue.html">Catalogue</a></li>
<li><a href="catalogue.html">Catalogue</a></li>
<li><a href="https://github.com/oeg-upm/Themis">GitHub</a></li>

<!--<li><a href="tests-info.html">Supported tests</a></li>-->
</ul>
Expand Down
2 changes: 2 additions & 0 deletions src/main/webapp/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<li><a href="howto.html">How to use it</a></li>
<li><a href="rest.html">REST Service</a></li>
<li><a href="catalogue.html">Catalogue</a></li>
<li><a href="https://github.com/oeg-upm/Themis">GitHub</a></li>

<!--<li><a href="tests-info.html">Supported tests</a></li>-->
</ul>
</div><!--/.nav-collapse -->
Expand Down

0 comments on commit d911a0a

Please sign in to comment.