Merge branch 'ldap' of github.com:Rulingcom/orbit into ldap
This commit is contained in:
		
						commit
						695b779e4b
					
				|  | @ -682,6 +682,9 @@ | |||
| 	resize: none; | ||||
| 	max-height: 500px; | ||||
| } | ||||
| #banner [id^="slideshow-"] { | ||||
| 	z-index: 2 !important; | ||||
| } | ||||
| [class^="icons-"] { | ||||
| 	display: inline-block; | ||||
| 	width: 16px; | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ | |||
| 	<h3 class="h3"><%= t('announcement.tag_cloud') %></h3> 								 | ||||
| 	<div class="cloud"> 		 | ||||
| 		<% @tags.each do |tag| %>	 | ||||
| 			<%= link_to tag[I18n.locale], panel_announcement_front_end_bulletins_path(:tag_id => tag.id), :class => "hot#{rand(4) + 1} #{tag.id.to_s.eql?(params[:tag_id]) ? 'active' : nil}" %> | ||||
| 			<%= link_to tag[I18n.locale], panel_announcement_front_end_bulletins_path(:tag_id => tag.id), :class => "hot#{rand(4) + 1} #{(tag.id.to_s.eql?(params[:tag_id]) || tag.key.eql?(params[:tag_id])) ? 'active' : nil}" %> | ||||
| 		<% end %> | ||||
| 	</div> 							 | ||||
| </div> 							 | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ | |||
| 	<h3 class="h3"><%= t('announcement.tag_cloud') %></h3> 								 | ||||
| 	<div class="cloud"> 		 | ||||
| 		<% @tags.each do |tag| %>	 | ||||
| 			<%= link_to tag[I18n.locale], panel_news_front_end_news_bulletins_path(:tag_id => tag.id), :class => "hot#{rand(4) + 1} #{tag.id.to_s.eql?(params[:tag_id]) ? 'active' : nil}" %> | ||||
| 			<%= link_to tag[I18n.locale], panel_news_front_end_news_bulletins_path(:tag_id => tag.id), :class => "hot#{rand(4) + 1} #{(tag.id.to_s.eql?(params[:tag_id]) || tag.key.eql?(params[:tag_id])) ? 'active' : nil}" %> | ||||
| 		<% end %>	 | ||||
| 	</div> 							 | ||||
| </div> 							 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue