DRY supported_languages

This commit is contained in:
2026-01-23 21:55:06 +01:00
parent a7713b962f
commit b3726e0777
8 changed files with 46 additions and 23 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
<h3 class="text-lg leading-6 font-medium text-gray-900">Language Completion</h3>
<div class="mt-5">
<div class="space-y-4">
<% @supported_languages.each do |language| %>
<% supported_languages.each do |language| %>
<div>
<div class="flex items-center justify-between">
<span class="text-sm font-medium text-gray-700"><%= language.native_name %></span>