Sha256: 34985b68b255696f8edb764495229fd2494e5a2b1c5b79e041f1b105ed05be3b

Contents?: true

Size: 1.24 KB

Versions: 12

Compression:

Stored size: 1.24 KB

Contents

<% style = @translation_key.locked? ? "background-color:#ECFFEF; border: 1px solid #50B74F;" : "background-color:#FDFDDF; border: 1px solid #DDCF6F;" %>
<div class="section" style="margin-bottom:5px;<%=style%>;">
  <div style="float:right; font-size:12px; padding-right:3px;">
    <% if @translation_key.locked? %>
      <%=image_tag("tr8n/lock.png", :style=>"vertical-align:bottom;", :title => trla("This phrase is locked.")) %>
    <% else %>  
      <%=image_tag("tr8n/lock_open.png", :style=>"vertical-align:bottom;", :title => trla("This phrase is unlocked.")) %>
    <% end %>
  </div>
	
  <div style="color:grey;font-size:20px;padding-bottom:10px;"><%=@translation_key.class.title%></div>
  
  <div style="padding-top:5px;padding-bottom:10px;font-size:14px">
      <%=image_tag("tr8n/left_quote.png", :style=>"text-align:bottom;padding-bottom:5px;") %>
      <%=@translation_key.sanitized_label %>
      <%=image_tag("tr8n/right_quote.png", :style=>"text-align:bottom;padding-top:5px;") %>
  </div>

  <% unless @translation_key.description.blank? %>
    <div style="color:grey;font-size:12px;padding-left:10px;padding-top:1px;padding-bottom:1px;border-left:solid 1px #ccc;margin-left:10px;">
      <%=@translation_key.description %>
    </div>
  <% end %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/phrases/_header.html.erb
tr8n-3.2.2 app/views/tr8n/phrases/_header.html.erb
tr8n-3.2.1 app/views/tr8n/phrases/_header.html.erb
tr8n-3.2.0 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.8 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.7 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.6 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.5 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.4 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.3 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.2 app/views/tr8n/phrases/_header.html.erb
tr8n-3.1.1 app/views/tr8n/phrases/_header.html.erb