@@ -412,7 +412,7 @@ public static function resultsTable($search_object, $search_results, $page)
412412 <td dir=' {$ direction3 }' lang=' {$ locale3 }'>
413413 <span class='celltitle'> {$ locale3 }</span>
414414 <div class='string' id=' {$ clipboard_target_string2 }'> {$ target_string2 }</div>
415- <div dir='ltr' class='result_meta_link invisible '>
415+ <div dir='ltr' class='result_meta_link'>
416416 <a class='source_link' href=' {$ locale3_path }'>
417417 <source>
418418 </a>
@@ -430,16 +430,16 @@ public static function resultsTable($search_object, $search_results, $page)
430430 <tr class=' {$ component }'>
431431 <td>
432432 <span class='celltitle'>Entity</span>
433- <a class='resultpermalink tag invisible ' id=' {$ anchor_name }' href='# {$ anchor_name }' title='Permalink to this result'>link</a>
434- <a class='l10n tag invisible ' href='/string/?entity= {$ key }&repo= {$ current_repo }' title='List all translations for this entity'>l10n</a>
433+ <a class='resultpermalink tag' id=' {$ anchor_name }' href='# {$ anchor_name }' title='Permalink to this result'>link</a>
434+ <a class='l10n tag' href='/string/?entity= {$ key }&repo= {$ current_repo }' title='List all translations for this entity'>l10n</a>
435435 <a class='link_to_entity' href= \"/ {$ entity_link }\"> {$ result_entity }</a>
436436 </td>
437437 <td dir=' {$ direction1 }' lang=' {$ locale1 }'>
438438 <span class='celltitle'> {$ locale1 }</span>
439439 <div class='string'>
440440 {$ source_string }
441441 </div>
442- <div dir='ltr' class='result_meta_link invisible '>
442+ <div dir='ltr' class='result_meta_link'>
443443 <a class='source_link' href=' {$ locale1_path }'>
444444 <source>
445445 </a>
@@ -457,7 +457,7 @@ public static function resultsTable($search_object, $search_results, $page)
457457 <td dir=' {$ direction2 }' lang=' {$ locale2 }'>
458458 <span class='celltitle'> {$ locale2 }</span>
459459 <div class='string' id=' {$ clipboard_target_string }'> {$ target_string }</div>
460- <div dir='ltr' class='result_meta_link invisible '>
460+ <div dir='ltr' class='result_meta_link'>
461461 <a class='source_link' href=' {$ locale2_path }'>
462462 <source>
463463 </a>
0 commit comments