Sha256: 924a063d1b2fc366559cfad6716ed025b22f909bd16cd2553e88b2f222625ac6
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
<ul> <!-- <% en_list.each do |key,value| %> <% if value.class != Array %> <li key='<%= key %>'> <%= @trans[key] %> <input type='text' value='<%= @trans[key] %>' readonly='readonly' class='translate-box hidden' /> </li> <% else %> <li> <ol> <% value.each_with_index do |from_text_section, index| %> <% from_text_section = from_text_section.to_s line_size = 100 # this is needed so the controller doesn't freak out when there is no translations found # for this element yet... to_text = Array.new if to_text.blank? %> <li key='<%= key %>[<%=index%>]'> <%= @trans[key][index] if @trans[key] %> <input type='text' value='<%= trans[key] ? [index] : '' %>' readonly='readonly' class='translate-box hidden' /> </li> <% end %> </ol> </li> <% end %> <% end %> --> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
express_translate-1.0 | app/views/express_translate/options/_language.html.erb |
express_translate-1.0.0.0 | app/views/express_translate/options/_language.html.erb |