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 151151 @foreach ( var alertMessage in AlertManager .Alerts )
152152 {
153153 <
div class =
" alert [email protected] ().ToLower() @(alertMessage.Dismissible ? " alert-dismisable " : " " )" role =
" alert" >
154+ <h4 class =" alert-heading" >@alertMessage.Title </h4 >
154155 @if (alertMessage .Dismissible )
155156 {
156157 <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
157158 }
158- <strong >@alertMessage.Title </ strong > @alertMessage.Text
159+ <p >@alertMessage.Text </ p >
159160 </div >
160161 }
161162 </div >
191192 <script src =" ~/view-resources/Views/Shared/_Layout.js" asp-append-version =" true" ></script >
192193
193194 @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+ }
197198
198199 @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+ }
202203 </environment >
203204
204205 <environment names =" Staging,Production" >
You can’t perform that action at this time.
0 commit comments