Skip to content

Commit c20638d

Browse files
committed
Setting differs with Bootstrap 3
The class is no longer alert-error but alert-danger
1 parent f956620 commit c20638d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

View/BoostCake/index.ctp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class AppController extends Controller {
6666
}"); ?></pre>
6767

6868
<h3>AuthComponent setting</h3>
69+
<p>Substitute alert-error with alert-danger if Bootstrap 3.</p>
6970
<pre class="prettyprint"><?php echo h("<?php
7071
class AppController extends Controller {
7172
@@ -82,4 +83,4 @@ class AppController extends Controller {
8283
)
8384
);
8485
85-
}"); ?></pre>
86+
}"); ?></pre>

0 commit comments

Comments
 (0)