Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Change out of data message to something more accurate #300

Merged
merged 1 commit into from
Jan 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/controllers/classify.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Classify extends Spine.Controller
else
@html '''
<div id="classify" class="down-for-maintenance hidden">
<p style="text-align: center;">Galaxy Zoo is currently down for maintenance&mdash;we're looking for more galaxies!</p>
<p style="text-align: center;">Thanks to all your hard work we've finished classifying everything for now. Please check back soon!</p>
</div>
'''
setTimeout => @$('#classify').removeClass 'hidden'
Expand Down