File tree 1 file changed +9
-5
lines changed
lib/fun_with_flags/ui/templates/rows
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
%>
8
8
< div id = "percentage_gate " class = "container fwf-I-hate-grids " >
9
9
< div class = "row no-gutters d-flex flex-nowrap " style = "gap: 8px; " >
10
- < div class = "flex-grow-1 w-100 " >
11
- < span class = "badge badge-default " > % of <%= gate_type %> </ span >
12
- -
13
- <%= html_status_for @ gate . enabled %> for <%= Utils . as_percentage ( @ gate . for ) %> % of the <%= gate_type %>
10
+ < div class = "d-flex flex-grow-1 w-100 justify-content-between " >
11
+ < div >
12
+ < span class = "badge badge-default " > % of <%= gate_type %> </ span >
13
+ -
14
+ <%= html_status_for @ gate . enabled %> for <%= Utils . as_percentage ( @ gate . for ) %> % of the <%= gate_type %>
15
+ </ div >
14
16
15
- raw value: < code > <%= html_escape ( @ gate . for ) %> </ code >
17
+ < div class = "text-left " >
18
+ raw value: < code > <%= html_escape ( @ gate . for ) %> </ code >
19
+ </ div >
16
20
</ div >
17
21
18
22
< div class = "flex-shrink-0 text-right " >
You can’t perform that action at this time.
0 commit comments