File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 26
26
< meta name ="twitter:site " content ="@commonwl " />
27
27
< meta name ="twitter:title " th:content ="${'CWL Workflow: ' + workflow.label} " />
28
28
< meta name ="twitter:description " th:if ="${workflow.doc != null} " th:content ="${workflow.doc} " />
29
- < meta name ="twitter:image " th:content ="${appURL + '/workflows/' + workflow.id + '/graph/png' } " />
29
+ < meta name ="twitter:image " th:content ="@{${ workflow.getVisualisationPng()} } " />
30
30
< title th:text ="${workflow.label + ' - Common Workflow Language Viewer'} "> Common Workflow Language Viewer</ title >
31
31
< link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
32
32
< link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616.css} " href ="../static/css/main-20170616.css " />
You can’t perform that action at this time.
0 commit comments