|
11 | 11 | <% when "uninvited" %> |
12 | 12 | <%= view_button_to "#", { text: "Uninvited", icon: "exclamation-circle" } %> |
13 | 13 | <% when "invited" %> |
14 | | - <%= view_button_to "#", { text: "#{status.humanize}", icon: "check" } %> |
| 14 | + <%= view_button_to "#", { text: "#{status.humanize}", icon: "check", class: "w-100" } %> |
15 | 15 | <% when "awaiting_review" %> |
16 | | - <%= view_button_to "#", { text: "#{status.humanize}", icon: "check", type: "warning" } %> |
| 16 | + <%= view_button_to "#", { text: "#{status.humanize}", icon: "check", type: "warning", class: "w-100" } %> |
17 | 17 | <% when "approved" %> |
18 | | - <%= view_button_to "#", { text: "#{status.humanize}", icon: "check", type: "success" } %> |
| 18 | + <%= view_button_to "#", { text: "#{status.humanize}", icon: "check", type: "success", class: "w-100" } %> |
19 | 19 | <% when "recertification_required" %> |
20 | | - <%= view_button_to "#", { text: "#{status.humanize}", icon: "minus", type: "danger" } %> |
| 20 | + <%= view_button_to "#", { text: "#{status.humanize}", icon: "minus", type: "danger", class: "w-100" } %> |
21 | 21 | <% when "deactivated" %> |
22 | | - <%= view_button_to "#", { text: "#{status.humanize}", icon: "minus", type: "secondary" } %> |
| 22 | + <%= view_button_to "#", { text: "#{status.humanize}", icon: "minus", type: "secondary", class: "w-100" } %> |
23 | 23 | <% else %> |
24 | 24 | <span class="label label-teal">Errored</span> |
25 | 25 | <% end %> |
26 | 26 | </td> |
27 | | - <td> |
| 27 | + <td class="text-right"> |
28 | 28 | <% case status %> |
29 | 29 | <% when "uninvited" %> |
30 | 30 | <% if can_one_step_invite_and_approve %> |
|
0 commit comments