Sha256: 5a55ecf594cca44e407c3d45e4f5fcd85574c789279ed0bf034b07d003139b38
Contents?: true
Size: 890 Bytes
Versions: 10
Compression:
Stored size: 890 Bytes
Contents
<% if Tr8n.config.enabled? %> <% featured_languages = tr8n_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()") %> <% end %> </div> <% end %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems