Skip to content
Snippets Groups Projects
Commit dbfec2d5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix last_build_date for project

parent 23c543ae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -73,7 +73,7 @@ class Project < ActiveRecord::Base
end
 
def last_build_date
last_build.try(:updated_at)
last_build.try(:created_at)
end
 
def human_status
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment