Merge branch 'design_team' into ldap
This commit is contained in:
		
						commit
						25de941df7
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
				
			
			@ -12,30 +12,20 @@
 | 
			
		|||
            <label for="title" class="control-label error"><%= t 'admin.title' %></label>
 | 
			
		||||
            <div class="controls">
 | 
			
		||||
                <%= f.fields_for :title, (@asset.new_record? ? @asset.build_title : @asset.title) do |f| %>
 | 
			
		||||
                  <% @site_valid_locales.each do |locale| %>
 | 
			
		||||
                    <%= content_tag :label do -%>
 | 
			
		||||
                    <div>
 | 
			
		||||
                            <%= I18nVariable.from_locale(locale) %>
 | 
			
		||||
                            <%= f.text_field locale, :class => "input-large" %>
 | 
			
		||||
                        <%= f.text_field I18n.locale, :class => "input-large" %>
 | 
			
		||||
                    </div>
 | 
			
		||||
                <% end %>
 | 
			
		||||
                  <% end %>
 | 
			
		||||
                <% end %>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="control-group">
 | 
			
		||||
            <label for="description" class="control-label error"><%= t 'admin.description' %></label>
 | 
			
		||||
            <div class="controls">
 | 
			
		||||
                <%= f.fields_for :description, (@asset.new_record? ? @asset.build_description : @asset.description) do |f| %>
 | 
			
		||||
                  <% @site_valid_locales.each do |locale| %>
 | 
			
		||||
                    <%= content_tag :label do -%>
 | 
			
		||||
                    <div>
 | 
			
		||||
                            <%= I18nVariable.from_locale(locale) %>
 | 
			
		||||
                            <%= f.text_field locale, :class => "input-large" %>
 | 
			
		||||
                        <%= f.text_field I18n.locale, :class => "input-large" %>
 | 
			
		||||
                    </div>
 | 
			
		||||
                <% end %>
 | 
			
		||||
                  <% end %>
 | 
			
		||||
                <% end %>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="control-group">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue