diff --git a/src/app/features/themes/layout/theme-layout/theme-layout.component.html b/src/app/features/themes/layout/theme-layout/theme-layout.component.html index e559d08..2ef496d 100644 --- a/src/app/features/themes/layout/theme-layout/theme-layout.component.html +++ b/src/app/features/themes/layout/theme-layout/theme-layout.component.html @@ -32,7 +32,7 @@

{{ workflow.label }}

@for (tool of workflow.tools; track tool.id) {
  • {{ workflow.label }} }
    - Launch workflow - + View workflow +
    }