Skip to content

Commit 0efd6b1

Browse files
Merge pull request #21 from nuno-agostinho/landingpage
Landingpage
2 parents 3bad877 + e83b49d commit 0efd6b1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

shinyproxy/templates/fragments/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</div>
1515
<div class="collapse navbar-collapse">
1616
<ul class="nav navbar-nav navbar-right">
17+
<li><a href="https://github.com/nuno-agostinho/compbio-app-server" target="_blank">GitHub</a></li>
1718
<li><a th:href="@{mailto:nunoagostinho@medicina.ulisboa.pt?subject={subject}{name}(subject='NMorais app server',name=${appTitle} ? (${' - ' + appTitle}) : '')}">Report Issue</a></li>
1819
</ul>
1920
</div>

shinyproxy/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1><a th:href="@{/app/}+${app.id}" th:text="${app.displayName == null} ? ${app.
4040
<footer>
4141
<div class="container">
4242
<div class="text-center">
43-
<a href="https://imm.medicina.ulisboa.pt/group/distrans/">Disease Transcriptomics Lab @ iMM</a>
43+
<a href="https://imm.medicina.ulisboa.pt/group/distrans/" target="_blank">Disease Transcriptomics Lab @ iMM</a>
4444
</div>
4545
<hr></hr>
4646
<div class="row text-center">

0 commit comments

Comments
 (0)