diff --git a/app/views/phases/_overview.html.erb b/app/views/phases/_overview.html.erb new file mode 100644 index 0000000..09ef753 --- /dev/null +++ b/app/views/phases/_overview.html.erb @@ -0,0 +1,25 @@ +<%# locals: { phase } %> +
+
+

<%= _('Instructions') %>

+

+ <%= raw(phase.description) %> +

+
+
+
+
+ +
+
\ No newline at end of file diff --git a/app/views/plans/_overview_details.html.erb b/app/views/plans/_overview_details.html.erb index 0299fa9..af41f9f 100644 --- a/app/views/plans/_overview_details.html.erb +++ b/app/views/plans/_overview_details.html.erb @@ -15,54 +15,35 @@
-
- <% plan.template.phases.each do |p| %> -
-