Sha256: e07b88944af39ce15df69726f9438448cb7effd284b5dafb55b74f1381688d74
Contents?: true
Size: 1.28 KB
Versions: 12
Compression:
Stored size: 1.28 KB
Contents
<style> .title { padding: 5px; text-align: left; font-size: 14px; font-weight: bold; } .buttons { text-align: center; } .content { border: 1px dotted brown; background-color: #f8f7f6; padding-bottom: 10px; } .content td { vertical-align: top; padding: 5px; } </style> <div class="inner"> <div class="hd" style=""> <%= render :partial => '/tr8n/phrases/header' %> </div> <div class="bd"> <div style="color:grey;font-size:20px;padding-bottom:10px;"> <%=trl("Translation Key Sources")%> </div> <div style="max-height:150px; overflow:auto;"> <% @translation_key.source_map.each do |domain, sources| %> <div style="border: 1px dotted #ccc; background-color: #eee; padding:5px; margin-bottom:5px; "> <strong><%= domain %></strong> </div> <% sources.each do |source| %> <div style="border: 1px dotted #ccc; background-color: #eff8ff; padding:5px; padding-left:20px; margin-bottom:5px;"> <%= source.source %> </div> <% end %> <% end %> </div> </div> <div class="ft" style="text-align:center;padding-top:10px;"> <%=link_to_function("<span>#{trl("Close", "Tr8n lightbox close button")}</span>", "tr8nLightbox.hide()", :class => "tr8n_grey_button tr8n_pcb") %> </div> </div>
Version data entries
12 entries across 12 versions & 1 rubygems