Skip to content

Commit 6656025

Browse files
author
Mark Robinson
committed
Add links to /workflows in header and index
1 parent fa4c772 commit 6656025

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

src/main/resources/templates/fragments/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<img id="logo" src="/img/CWL-Logo-Header.png"></img>
3232
</a>
3333
</div>
34+
<ul class="nav navbar-nav navbar-right">
35+
<li><a href="/workflows">Explore</a></li>
36+
</ul>
3437
</div>
3538
</nav>
3639
</body>

src/main/resources/templates/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h2>Workflow from Github URL</h2>
5555
<a class="example" href="https://github.com/common-workflow-language/workflows/tree/master/workflows/make-to-cwl">make-to-cwl</a>,
5656
<a class="example" href="https://github.com/common-workflow-language/workflows/tree/master/workflows/lobSTR">lobSTR</a>,
5757
<a class="example" href="https://github.com/common-workflow-language/workflows/tree/master/workflows/scidap">scidap</a>
58+
or <a href="/workflows">explore the collection</a>
5859
</div>
5960
<div class="input-group">
6061
<input type="text" class="form-control" placeholder="Github URL" id="githubURL" name="githubURL" th:field="*{githubURL}" th:value="${formURL}" />

src/main/resources/templates/workflows.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
<div class="container">
3434
<div class="row">
3535
<div class="col-md-12" role="main" id="main">
36-
<h1>All Workflows</h1>
37-
38-
<nav th:replace="fragments/pagination :: workflowControl"></nav>
36+
<h1>Explore Workflows</h1>
37+
<p>View already parsed workflows here or <a href="/" alt="homepage">click here to add your own</a></p>
3938

4039
<table class="table table-striped">
4140
<tr>

0 commit comments

Comments
 (0)