Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_ErrorMessage.cshtml @ 13847

Last change on this file since 13847 was 13847, checked in by jlodewyc, 8 years ago

#2582 Security access implemented, directory renaming and choosing, adding more partials

File size: 234 bytes
Line 
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.