File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -287,3 +287,13 @@ polygon.hover {
287
287
font-style : italic;
288
288
margin-bottom : 30px ;
289
289
}
290
+
291
+ # permalink {
292
+ overflow : hidden;
293
+ text-overflow : ellipsis;
294
+ }
295
+
296
+ # permalink a {
297
+ font-size : smaller;
298
+ font-family : Consolas, Inconsolata, monospace;
299
+ }
Original file line number Diff line number Diff line change @@ -147,7 +147,13 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
147
147
</ div >
148
148
</ div >
149
149
< div class ="row ">
150
- < div class ="col-md-12 ">
150
+ < div class ="col-md-8 ">
151
+ < div id ="permalink ">
152
+ Permalink: < a th:href ="${workflow.permalink} " th:text ="${workflow.permalink} "
153
+ href ="# "> https://w3id.org/cwl/view/git/933bf2a1a1cce32d88f88f136275535da9df0954/workflows/hello/hello.cwl</ a >
154
+ </ div >
155
+ </ div >
156
+ < div class ="col-md-4 ">
151
157
< div id ="graph-menu " class ="pull-right ">
152
158
< strong > Graph: </ strong >
153
159
< button id ="view-dot " class ="btn btn-primary " type ="button " data-toggle ="modal " data-target ="#dotGraph "> View DOT</ button >
You can’t perform that action at this time.
0 commit comments