Participant model now has all the same color buttons
This commit is contained in:
parent
e952763c3a
commit
aefe442be6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue