Fix hound.

This commit is contained in:
Ciro Santilli 2014-07-15 12:00:51 +02:00
parent 9b5c7a4d60
commit 0a6e978db7
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class ProjectsController < ApplicationController
@events = event_filter.apply_filter(@events)
@events = @events.limit(limit).offset(params[:offset] || 0)
@show_star = !(current_user and current_user.starred?(@project))
@show_star = !(current_user && current_user.starred?(@project))
respond_to do |format|
format.html do