Sha256: a068070280001faef73b6b9607f10699fb8813225276c576e4acec0db4c49dbb

Contents?: true

Size: 842 Bytes

Versions: 15

Compression:

Stored size: 842 Bytes

Contents

<%= tr8n_with_options_tag(:default_locale => 'en-US', :admin => true) do %>
	<style>
	  .tr8n_languages_table {
	    text-align:center;
	
	    font-size:12px;
	    font-family:arial;
	    text-decoration:none;
	    color: #999;
	    border:1px dotted #ccc; padding:10px;
	    margin-bottom:10px;
	  }
	
	
	  .tr8n_languages_table a {
	     text-decoration:none;
	     color: #1166bb;
	  }
	
	  .tr8n_languages_table a:hover {
	     text-decoration:underline;
	  }
	</style>
	
	<div style="padding:15px;">
		<div class="tr8n_languages_table">
		  <%=tr8n_language_table_tag(:source_url => @source_url)%>
		</div>
		
		<%= tra("Don't see the language you're interested in? Let us know at {email}.", nil, :email=>link_to(Tr8n::Config.site_info[:contact_email], "mailto:#{Tr8n::Config.site_info[:contact_email]}")).html_safe %>
	</div>
<% end %>	

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/language/table.html.erb
tr8n-3.2.2 app/views/tr8n/language/table.html.erb
tr8n-3.2.1 app/views/tr8n/language/table.html.erb
tr8n-3.2.0 app/views/tr8n/language/table.html.erb
tr8n-3.1.8 app/views/tr8n/language/table.html.erb
tr8n-3.1.7 app/views/tr8n/language/table.html.erb
tr8n-3.1.6 app/views/tr8n/language/table.html.erb
tr8n-3.1.5 app/views/tr8n/language/table.html.erb
tr8n-3.1.4 app/views/tr8n/language/table.html.erb
tr8n-3.1.3 app/views/tr8n/language/table.html.erb
tr8n-3.1.2 app/views/tr8n/language/table.html.erb
tr8n-3.1.1 app/views/tr8n/language/table.html.erb
tr8n-3.0.5 app/views/tr8n/language/table.html.erb
tr8n-3.0.3 app/views/tr8n/language/table.html.erb
tr8n-3.0.2 app/views/tr8n/language/table.html.erb