BattlePro / battlepro-issues

1 stars 0 forks source link

Cards and Match view: Banner default should be game logo, lastly BP logo #140

Closed mikecreuzer closed 6 years ago

mikecreuzer commented 7 years ago

If no game banner set, put game logo if we define it. If we do not, default back to BP logo.

screen shot 2017-09-27 at 9 58 02 am
Ian-Hitt commented 7 years ago

requires: https://github.com/BattlePro/battlepro-issues/issues/122

Ian-Hitt commented 7 years ago

@mikecreuzer at the moment we are looping through tournaments, and using this to set the image <img src="@imagePath/battlepro/media/game-chooser/{$title.game_title_id}.jpg">

Dont have a way to check if there is or is not an image until jake adds image upload field to game titles (as opposed to game franchises)

mikecreuzer commented 7 years ago

I feel like the loop should be the same, but nbd to do later.