Skip to content

Commit

Permalink
Merge pull request #25 from kmaking/main
Browse files Browse the repository at this point in the history
File Name added into phrase list
  • Loading branch information
MohmmedAshraf authored Feb 19, 2023
2 parents bbf7d46 + 2834534 commit e633050
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/views/livewire/phrase-list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div class="min-w-full divide-y divide-gray-300">
<div class="bg-gray-50 flex items-center">
<div class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6 w-full max-w-24 md:max-w-xs">Key</div>
<div class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6 w-full">File Name</div>
<div class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6 w-full">Translation</div>
</div>
<div class="divide-y divide-gray-200 bg-white">
Expand All @@ -38,6 +39,13 @@
</div>
</div>
</div>
<div class="py-4 pl-4 pr-3 text-sm sm:pl-6 w-full max-w-24 md:max-w-xs">
<div class="flex items-center">
<div class="font-normal text-gray-900">
{{ $phrase->group }}
</div>
</div>
</div>
<div class="w-full py-4 pl-4 pr-3 text-sm sm:pl-6">
<div class="flex items-center">
<div class="font-normal text-gray-900">
Expand Down

0 comments on commit e633050

Please sign in to comment.