Participant model now has all the same color buttons

This commit is contained in:
Ben 2024-01-29 21:06:41 -06:00
parent e952763c3a
commit aefe442be6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
<i class="bi bi-eye"></i> <!-- Eyeball icon for 'Show' --> <i class="bi bi-eye"></i> <!-- Eyeball icon for 'Show' -->
<% end %> <% end %>
<%= link_to edit_employment_path(employment), class: 'btn btn-sm btn-info' do %> <%= link_to edit_employment_path(employment), class: 'btn btn-sm btn-info' do %>
<i class="bi bi-pencil-fill"></i> <!-- Pencil icon for 'Edit' --> <i class="bi bi-pencil-fill" style="color: white;"></i> <!-- Pencil icon for 'Edit' with white color -->
<% end %> <% end %>
</td> </td>
</tr> </tr>