Sha256: ab9b977f816609b632c387ad99b5a8be1e49385fe612211b949f5235f021187a
Contents?: true
Size: 953 Bytes
Versions: 12
Compression:
Stored size: 953 Bytes
Contents
<div id="prohibited_words_container"> <%=render(:partial => "header", :locals => {:section => "prohibited_words", :label => "Prohibited Words", :description => "", :mode => mode})%> <%= form_for(tr8n_current_language, :as => :language, :url => {:controller => :language, :action => :manage}, :html => {:id => 'prohibited_words_form', :method => :post}) do |f| %> <div id="prohibited_words_content" class="section grey"> <% if mode == :edit %> <%=f.text_area(:curse_words, :style => "width:100%; height:60px; background:white;")%> <div style="color:grey; font-size:10px; padding-top:10px;"><%=tra("Add any prohibited/curse words that should not be allowed in translations for this language. Separate words with commas.")%></div> <% else %> <div style="width:99%; height:60px; overflow:auto;"> <%=tr8n_current_language.curse_words%> </div> <% end %> </div> <% end %> </div>
Version data entries
12 entries across 12 versions & 1 rubygems