Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebJobManager/HeuristicLab.Clients.Hive.WebJobManager/Views/Shared/_SuccessMessage.cshtml @ 15889

Last change on this file since 15889 was 13871, checked in by jlodewyc, 9 years ago

#2582 final commit / end of internship

File size: 235 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-success">@Model</span></h4>
6
7    </div>}
Note: See TracBrowser for help on using the repository browser.