|
2 | 2 | <div class="overflow-x-auto bg-white shadow-md rounded-lg"> |
3 | 3 | <% if @job_applications.any? %> |
4 | 4 | <table class="min-w-full leading-normal"> |
5 | | - <thead> |
| 5 | + <thead class="text-xs"> |
6 | 6 | <tr> |
7 | 7 | <tr> |
8 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
9 | | - <%= sort_link_to 'Applied', 'date_applied' %> |
| 8 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
| 9 | + <%= sort_link_to 'Date Applied', 'date_applied' %> |
10 | 10 | </th> |
11 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
12 | | - <%= sort_link_to 'Company', 'company_name' %> |
| 11 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
| 12 | + <%= sort_link_to 'Company Name', 'company_name' %> |
13 | 13 | </th> |
14 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 14 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
15 | 15 | <%= sort_link_to 'Position', 'position_title' %> |
16 | 16 | </th> |
17 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 17 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
18 | 18 | Type |
19 | 19 | </th> |
20 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 20 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
21 | 21 | Contact Method |
22 | 22 | </th> |
23 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 23 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
24 | 24 | P.o.C. |
25 | 25 | </th> |
26 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 26 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
27 | 27 | Email |
28 | 28 | </th> |
29 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 29 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
30 | 30 | Website |
31 | 31 | </th> |
32 | | - <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left text-xs font-semibold text-gray-600 uppercase tracking-wider"> |
| 32 | + <th class="px-5 py-3 border-b-2 border-gray-200 bg-gray-100 text-left font-semibold text-gray-600 tracking-wider"> |
33 | 33 | Actions |
34 | 34 | </th> |
35 | 35 | </tr> |
|
0 commit comments