Sha256: f55e4802ed0be7c08939ea904a12ea758862f95c783c6cf91639e8b04fb50ddc

Contents?: true

Size: 774 Bytes

Versions: 12

Compression:

Stored size: 774 Bytes

Contents

<% color = translation.key.locked? ? "#ECFFEF" : "#FDFDDF" %>
<div style="font-size: 11px; color: grey; margin-top:5px; margin-bottom:5px; padding:3px; background:<%=color%>; border:1px dotted #ccc;">
  <% if translation.key.locked? %>
    <div style="float:right"><%=image_tag("/tr8n/images/lock.png", :style=>"width:12px", :title => trla("This phrase is locked"))%></div>
  <% end %>

  <%=tra("Original Phrase:", "Translation section header")%> <%=link_to(translation.key.sanitized_label, :controller => "/tr8n/phrases", :action => :view, :locale => translation.language.locale, :translation_key_id => translation.key.id) %>
  <% unless translation.key.description.blank? %>
    <div style="padding-top:2px;"><%= translation.key.description %></div>
  <% end %>  
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tr8n-3.2.0 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.8 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.7 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.6 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.5 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.4 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.3 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.2 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.1.1 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.0.5 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.0.3 app/views/tr8n/translations/_original_phrase.html.erb
tr8n-3.0.2 app/views/tr8n/translations/_original_phrase.html.erb