Skip to content

Commit

Permalink
Add missing apple touch icons and flag show action.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackgilbert committed Oct 25, 2019
1 parent 200ac35 commit e79e74a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/flags_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ def index
end
end

def show
render :json => {}, :status => 404
end

def newcount
render :json => {:newcount => newflags}, status => 200
end
Expand Down
Binary file added public/apple-touch-icon-120x120-precompressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e79e74a

Please sign in to comment.