mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
8 lines
174 B
HTML
8 lines
174 B
HTML
@(info: Option[Any])
|
|
@if(info.isDefined){
|
|
<div class="alert alert-info">
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
@info
|
|
</div>
|
|
}
|