Previews

No matching results.

x
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Depends on having the color defined in the highlighting/styles.css.erb file. -->
<style>
.__hl_inline_life_cycle_step_definition_1 { color: red; }
</style>
<div data-view-component="true" class="flex-items-center d-flex flex-row">
<div data-view-component="true" class="__hl_inline_project_phase_definition_1 mr-1"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-op-phase">
<path d="M9.414 4c.416 0 .818.168 1.135.473l2.079 2c.195.188.351.422.459.685l.035.092h1.628a.75.75 0 0 1 0 1.5h-1.628l-.035.092a2.009 2.009 0 0 1-.459.685l-2.079 2A1.636 1.636 0 0 1 9.414 12H4.007c-.466 0-.913-.211-1.242-.586A2.146 2.146 0 0 1 2.25 10V8.75H.75a.75.75 0 0 1 0-1.5h1.5V6c0-1.104.787-2 1.757-2Zm0 6.286a.236.236 0 0 0 .162-.069l2.079-2a.31.31 0 0 0 0-.434l-2.079-2a.236.236 0 0 0-.162-.069H4.007c-.066 0-.13.03-.177.084A.308.308 0 0 0 3.756 6v4c0 .158.113.286.251.286Z"></path>
</svg></div>
<div data-view-component="true">
<div data-view-component="true" class="color-fg-muted text-small">No gate</div>
</div>
</div>
1
2
3
4
5
6
<!-- Depends on having the color defined in the highlighting/styles.css.erb file. -->
<style>
.__hl_inline_life_cycle_step_definition_1 { color: red; }
</style>
<%= render(::Projects::LifeCycleComponent.new(model)) %>
Param Description Input