Sha256: 1f853e690c588a86b20de415b4061bd4897ff9e77c37e227d41b8644c34053a0
Contents?: true
Size: 895 Bytes
Versions: 12
Compression:
Stored size: 895 Bytes
Contents
<% unless lang.recently_updated_translations.empty? %> <div style="padding-top:10px; font-size:14px; border-bottom:1px solid #ccc; margin-bottom:5px;"> <div style="float:right; font-size:12px;"> <%=link_to(tra("view all", "Link to view all translations"), :controller => "/tr8n/translations", :action => :index, :locale => lang.locale)%> </div> <%=tr8n_toggler_tag("trans_content_#{lang.id}", "", false)%> <%=tra("Recent Translations", "Dashboard section header")%> <span style="color:#ccc; font-size:12px;">(<%=tra("last 5", "Translations header for showing only the last 5 translations")%>)</span> </div> <div id="trans_content_<%=lang.id%>" class="section" style="display:none;"> <%= render :partial => "/tr8n/translations/list", :locals => {:language => lang, :translations => lang.recently_updated_translations, :mode => :short_list} %> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems