File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 151
151
@foreach ( var alertMessage in AlertManager .Alerts )
152
152
{
153
153
<
div class =
" alert [email protected] ().ToLower() @(alertMessage.Dismissible ? " alert-dismisable " : " " )" role =
" alert" >
154
+ <h4 class =" alert-heading" >@alertMessage.Title </h4 >
154
155
@if (alertMessage .Dismissible )
155
156
{
156
157
<button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
157
158
}
158
- <strong >@alertMessage.Title </ strong > @alertMessage.Text
159
+ <p >@alertMessage.Text </ p >
159
160
</div >
160
161
}
161
162
</div >
191
192
<script src =" ~/view-resources/Views/Shared/_Layout.js" asp-append-version =" true" ></script >
192
193
193
194
@if (SignalRFeature .IsAvailable && ! SignalRFeature .IsAspNetCore )
194
- {
195
- <script src =" ~/lib/signalr/jquery.signalR.js" asp-append-version =" true" ></script >
196
- }
195
+ {
196
+ <script src =" ~/lib/signalr/jquery.signalR.js" asp-append-version =" true" ></script >
197
+ }
197
198
198
199
@if (CultureInfo .CurrentUICulture .Name != " en" )
199
- {
200
- <
script src =
" ~/lib/jquery-validation/src/localization/[email protected] (CultureInfo.CurrentUICulture.Name.Replace(" - " , " _ " ) + " .js " )" asp-append-version =
" true" ></
script >
201
- }
200
+ {
201
+ <
script src =
" ~/lib/jquery-validation/src/localization/[email protected] (CultureInfo.CurrentUICulture.Name.Replace(" - " , " _ " ) + " .js " )" asp-append-version =
" true" ></
script >
202
+ }
202
203
</environment >
203
204
204
205
<environment names =" Staging,Production" >
You can’t perform that action at this time.
0 commit comments