Fix hound.
This commit is contained in:
parent
9b5c7a4d60
commit
0a6e978db7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ProjectsController < ApplicationController
|
||||||
@events = event_filter.apply_filter(@events)
|
@events = event_filter.apply_filter(@events)
|
||||||
@events = @events.limit(limit).offset(params[:offset] || 0)
|
@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|
|
respond_to do |format|
|
||||||
format.html do
|
format.html do
|
||||||
|
|
Loading…
Reference in a new issue