You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/08/23 03:19:54 UTC

[14/35] git commit: Associate level "error" with the CSS class "alert-danger"

Associate level "error" with the CSS class "alert-danger"


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ec0fbea0
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ec0fbea0
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ec0fbea0

Branch: refs/heads/master
Commit: ec0fbea09f6607bd98725e42c5644b894585990f
Parents: c18c1c8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 22 16:03:07 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 22 16:03:07 2013 -0700

----------------------------------------------------------------------
 .../src/main/coffeescript/META-INF/modules/t5/core/alert.coffee    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ec0fbea0/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
index bdbdea4..2499dbf 100644
--- a/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
+++ b/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/alert.coffee
@@ -23,7 +23,7 @@ define ["./dom", "./console", "./messages", "./ajax", "underscore"],
       info: "alert-info"
       success: "alert-success"
       warn: "alert-warning"
-      error: "alert-error"
+      error: "alert-danger"
 
     getURL = (container) -> container.attribute "data-dismiss-url"