Sha256: 5aad2826e6cf26c7265f350ee94fe2604662cc47d76b107e9d1b9c0b657191cb

Contents?: true

Size: 932 Bytes

Versions: 15

Compression:

Stored size: 932 Bytes

Contents

<table cellpadding="0" celspacing="0" style="width:100%">
    <% tr8n_current_language.cases.each do |lcase| %>
    <tr>
        <td style="padding:2px;">
				    <div style="padding-bottom:2px;font-size:10px;color:grey;">
						  <div style="float:right">
						  	(::<%=lcase.keyword%>)
						  </div>
							<div style="font-weight:bold;">
              <%=lcase.native_name%>:
							</div> 
            </div>
						
            <%= text_field_tag "map[map][#{lcase.keyword}]", @map.implied_value_for(lcase.keyword), :style=>"width:99%;padding: 3px 0px;" %>
            <div style="color:#ccc;">
             <%=lcase.description%>
            </div>
        </td>
    </tr>
    <% end %>
</table>

<div style="padding:5px;">
  <%=link_to_function(trla("Click here if the cases depend on the token gender and the gender is not implied in the word itself."), "tr8nLanguageCaseManager.switchCaseMapMode('gender_based')")%>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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