source:
branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_ErrorMessage.cshtml
@
15784
Last change on this file since 15784 was 13847, checked in by jlodewyc, 9 years ago | |
---|---|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[13847] | 1 | @model String |
2 | @if (Model != null && Model != "") | |
3 | { | |
4 | <div class="row" style="text-align:center"> | |
5 | <h4 style="padding-bottom:0;margin-bottom:0"><span style="" class="label label-danger">@Model</span></h4> | |
6 | ||
7 | </div>} |
Note: See TracBrowser
for help on using the repository browser.