Skip to content

Commit

Permalink
fixed asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
berk committed Apr 2, 2012
1 parent 728859f commit f543a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tr8n/translations/_original_phrase.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<% 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>
<div style="float:right"><%=image_tag("tr8n/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) %>
Expand Down

0 comments on commit f543a94

Please sign in to comment.