Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
<!-- Depends on having the color defined in the highlighting/styles.css.erb file. -->
<style>
.__hl_inline_project_phase_definition_1 { color: red; }
</style>
<div data-view-component="true" class="gap-2 flex-items-center d-flex flex-row">
<div data-view-component="true"><span data-view-component="true">no start date</span></div>
<div data-view-component="true"><span data-view-component="true">-</span></div>
<div data-view-component="true"><span data-view-component="true">no finish date</span></div>
</div>
1
2
3
4
5
6
<!-- Depends on having the color defined in the highlighting/styles.css.erb file. -->
<style>
.__hl_inline_project_phase_definition_1 { color: red; }
</style>
<%= render(::Projects::PhaseComponent.new(phase:)) %>