app/views/fragments/eolStatus.scala.html (6 lines of code) (raw):

@(image: BaseImage) @BaseImage.eolStatus(image) match { case Supported => { <span class="label label-success">Supported</span> } case EndOfLife => { <span class="label label-danger">End of Life</span> } case EndOfLifeSoon => { <span class="label label-warning">End of Life Soon</span> } }