forked from External/greenlight
		
	hide preferences link when not logged in
This commit is contained in:
		@@ -25,8 +25,10 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <%= yield :footer %>
 | 
			
		||||
        <div class="help-link">
 | 
			
		||||
          <%= link_to t('help'), 'http://bigbluebutton.org/videos/', target: '_blank' %> |
 | 
			
		||||
          <%= link_to t('preferences'), preferences_path %>
 | 
			
		||||
          <%= link_to t('help'), 'http://bigbluebutton.org/videos/', target: '_blank' %>
 | 
			
		||||
          <% if current_user %>
 | 
			
		||||
            | <%= link_to t('preferences'), preferences_path %>
 | 
			
		||||
          <% end %>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user