Sha256: 376fff0b3a277ee30aa7bab590773520ad6b2dad19a0db70ae3a2a353e4c5536
Contents?: true
Size: 901 Bytes
Versions: 3
Compression:
Stored size: 901 Bytes
Contents
<% if Tr8n.config.enabled? %> <% featured_languages = Tr8n.config.application.featured_languages %> <% if featured_languages.any? %> <style> .tr8n_language_strip {text-align:center; color:#777;} .tr8n_language_strip a {text-decoration:none; color:#777; outline:none; border:0px; font-size:10px;} .tr8n_language_strip a img {border:0px;} .tr8n_language_strip a:hover {text-decoration:underline} </style> <div class="tr8n_language_strip" style="font-size:12px;"> <% featured_languages.each do |lang| %> <%= tr8n_language_name_tag(lang, opts) %> <% end %> <% if featured_languages.size > 0 %> <%=link_to_function("»".html_safe, "Tr8n.UI.LanguageSelector.show(true)") %> <% end %> </div> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems