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_life_cycle_step_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-diamond"> <path d="M.527 9.237a1.75 1.75 0 0 1 0-2.474L6.777.512a1.75 1.75 0 0 1 2.475 0l6.251 6.25a1.75 1.75 0 0 1 0 2.475l-6.25 6.251a1.75 1.75 0 0 1-2.475 0L.527 9.238Zm1.06-1.414a.25.25 0 0 0 0 .354l6.251 6.25a.25.25 0 0 0 .354 0l6.25-6.25a.25.25 0 0 0 0-.354l-6.25-6.25a.25.25 0 0 0-.354 0l-6.25 6.25Z"></path> </svg></div> <div data-view-component="true"> <div data-view-component="true" class="color-fg-muted text-small">Gate</div> </div></div>
No notes provided.
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::LifeCycleTypeComponent.new(model)) %>
No params configured.