Skip to content
Permalink
Browse files
Make the “l10n” view easier to discover - fixes #839 (#848)
  • Loading branch information
TheoChevalier committed Feb 1, 2017
1 parent 2a17827 commit 1de6a80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
@@ -465,8 +465,8 @@ public static function resultsTable($search_object, $search_results, $page)
<tr class='{$component}'>
<td>
<span class='celltitle'>Entity</span>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this result'>link</a>
<a class='l10n tag' href='/string/?entity={$key}&amp;repo={$current_repo}' title='List all translations for this entity'>l10n</a>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this result'>#</a>
<a class='l10n tag' href='/string/?entity={$key}&amp;repo={$current_repo}' title='List all translations for this entity'>all locales</a>
<span class='link_to_entity'>
<a href=\"/{$entity_link}\">{$result_entity}</a>
</span>
@@ -95,8 +95,8 @@
<tr class='{$component}'>
<td>
<span class='celltitle'>Entity</span>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this string'>link</a>
<a class='l10n tag' href='/string/?entity={$key}&amp;repo={$repo}' title='List all translations for this entity'>l10n</a>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this string'>#</a>
<a class='l10n tag' href='/string/?entity={$key}&amp;repo={$repo}' title='List all translations for this entity'>all locales</a>
<span class='link_to_entity'>
<a href=\"/{$entity_link}\">{$entity}</a>
</span>
@@ -167,8 +167,8 @@
<tr>
<td>
<span class='celltitle'>Entity</span>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this result'>link</a>
<a class='l10n tag' href='/string/?entity={$entity}&amp;repo={$current_repo}' title='List all translations for this entity'>l10n</a>
<a class='resultpermalink tag' id='{$anchor_name}' href='#{$anchor_name}' title='Permalink to this result'>#</a>
<a class='l10n tag' href='/string/?entity={$entity}&amp;repo={$current_repo}' title='List all translations for this entity'>all locales</a>
<span class='link_to_entity'>
<a href='/{$entity_link}'>" . ShowResults::formatEntity($entity, $search->getSearchTerms()) . "</a>
</span>

0 comments on commit 1de6a80

Please sign in to comment.