File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/resources/templates Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 31
31
< img id ="logo " src ="/img/CWL-Logo-Header.png "> </ img >
32
32
</ a >
33
33
</ div >
34
+ < ul class ="nav navbar-nav navbar-right ">
35
+ < li > < a href ="/workflows "> Explore</ a > </ li >
36
+ </ ul >
34
37
</ div >
35
38
</ nav >
36
39
</ body >
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ <h2>Workflow from Github URL</h2>
55
55
< a class ="example " href ="https://github.com/common-workflow-language/workflows/tree/master/workflows/make-to-cwl "> make-to-cwl</ a > ,
56
56
< a class ="example " href ="https://github.com/common-workflow-language/workflows/tree/master/workflows/lobSTR "> lobSTR</ a > ,
57
57
< 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 >
58
59
</ div >
59
60
< div class ="input-group ">
60
61
< input type ="text " class ="form-control " placeholder ="Github URL " id ="githubURL " name ="githubURL " th:field ="*{githubURL} " th:value ="${formURL} " />
Original file line number Diff line number Diff line change 33
33
< div class ="container ">
34
34
< div class ="row ">
35
35
< 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 >
39
38
40
39
< table class ="table table-striped ">
41
40
< tr >
You can’t perform that action at this time.
0 commit comments