diff --git a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt index 22bd8cb..1ff1bb8 100644 --- a/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt +++ b/public/content/projects/1_miss-dior-blooming-bouquet/1_client-brief/client-brief.txt @@ -6,7 +6,7 @@ Stepname: clientBrief ---- -Pdf: +Pdf: - file://s0lNtRA0Z7ybTCWG ---- diff --git a/public/site/templates/client-brief.php b/public/site/templates/client-brief.php index 4ed6305..1ee4007 100644 --- a/public/site/templates/client-brief.php +++ b/public/site/templates/client-brief.php @@ -1 +1,5 @@ - \ No newline at end of file +pdf()->isNotEmpty()) { + go($page->parent()->url() . '?dialog=client-brief'); +} else { + snippet('generic-template'); +} ?> \ No newline at end of file diff --git a/public/site/templates/proposal.php b/public/site/templates/proposal.php new file mode 100644 index 0000000..5fbf49b --- /dev/null +++ b/public/site/templates/proposal.php @@ -0,0 +1 @@ +parent()->url() . '?dialog=proposal&fileIndex=0', 301) ?> \ No newline at end of file diff --git a/public/site/templates/track.php b/public/site/templates/track.php new file mode 100644 index 0000000..039c020 --- /dev/null +++ b/public/site/templates/track.php @@ -0,0 +1 @@ +parent()->parent()->url() . '?dialog=virtual-sample', 301) ?> \ No newline at end of file diff --git a/public/site/templates/virtual-sample.php b/public/site/templates/virtual-sample.php new file mode 100644 index 0000000..c3eeb69 --- /dev/null +++ b/public/site/templates/virtual-sample.php @@ -0,0 +1 @@ +parent()->url() . '?dialog=virtual-sample', 301) ?> \ No newline at end of file diff --git a/src/components/project/ProjectStep.vue b/src/components/project/ProjectStep.vue index 587dc3b..58628d1 100644 --- a/src/components/project/ProjectStep.vue +++ b/src/components/project/ProjectStep.vue @@ -8,7 +8,9 @@

- {{ step.label }} + {{ + step.label + }}

@@ -34,11 +36,16 @@ /> -
+
@@ -47,7 +54,10 @@ class="card__images" data-icon="document" >
-