Newer
Older
gitbucket_jkp / src / main / twirl / helper / information.scala.html
@Shintaro Murakami Shintaro Murakami on 16 Oct 2014 174 bytes (refs #394)Create branch from Web UI
@(info: Option[Any])
@if(info.isDefined){
  <div class="alert alert-info">
    <button type="button" class="close" data-dismiss="alert">&times;</button>
    @info
  </div>
}