removed announcement category from responsive setting page
This commit is contained in:
		
							parent
							
								
									9f3042c4fe
								
							
						
					
					
						commit
						a09133b164
					
				| 
						 | 
				
			
			@ -26,15 +26,6 @@
 | 
			
		|||
                </div>
 | 
			
		||||
              </div>
 | 
			
		||||
 | 
			
		||||
<!--               <div id="settings" class="control-group">
 | 
			
		||||
                <label class="control-label muted"><%= I18n.t('site.announcement')%></label>
 | 
			
		||||
                <div class="controls">
 | 
			
		||||
                  <% @categories.each do |category|%>
 | 
			
		||||
                  <%= check_box_tag "site[announcement_category][]", category.id.to_s, @site.announcement_category.include?(category), :class=>"toggle-check announcement_category", :data => { :title => "#{category.title}", disabled: true }, "data-deploy"=>"inline" %>
 | 
			
		||||
                  <% end %>                  
 | 
			
		||||
                </div>
 | 
			
		||||
              </div> -->
 | 
			
		||||
 | 
			
		||||
              <div class="control-group">
 | 
			
		||||
                <label class="control-label muted"><%= I18n.t('site.mobile_api_openness_on') %></label>
 | 
			
		||||
                <div class="controls">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue