Sha256: 59789ddd1c63f325f3b2bfb60d2a2928620c58c6772457ee5a2937c1e4842904
Contents?: true
Size: 1.35 KB
Versions: 15
Compression:
Stored size: 1.35 KB
Contents
<div style="padding:10px; padding-bottom:0px;"> <%= render(:partial => "translator_header")%> <div class="section"> <div class="small_section_title"> <div style="float:right;font-weight:normal;font-size:10px;color:grey;"> <%=link_to(trla("view all"), {:controller => "/tr8n/phrases", :action => :view, :translation_key_id => @translation_key.id, :anchor => "translations"}) %> | <% comments_size = @translation_key.comments.size link_title = (comments_size > 0) ? "view comments (#{comments_size})" : "add comments" %> <%=link_to(trla(link_title), {:controller => "/tr8n/phrases", :action => :view, :translation_key_id => @translation_key.id, :anchor => "comments"}) %> </div> <strong><%=trla("Vote on Translations")%></strong> </div> <div id="tr8n_translator_votes_for_<%=@translation_key.key%>" class="votes_container"> <%= render :partial => "/tr8n/common/translation_votes", :locals => {:translation_key => @translation_key, :translations => @translations, :section_key => @section_key} %> </div> <div style="padding-top:10px;font-size:11px"> <%=trla("Don't like any of these?")%> <%=link_to_function(trla('Translate it yourself.'), "tr8nTranslator.switchTranslatorMode('#{@translation_key.id}', 'submit', '#{@source_url}')") %> </div> </div> </div>
Version data entries
15 entries across 15 versions & 1 rubygems