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

[4/4] git commit: TAP5-2064: Add 'info' style to info alerts

TAP5-2064: Add 'info' style to info alerts


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

Branch: refs/heads/master
Commit: 1cbec694d94b54324cb8131e3ab0c918a51f5d41
Parents: bbc3412
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jul 19 14:54:48 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jul 19 14:54:48 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1cbec694/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 aed174a..0466687 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
@@ -20,6 +20,7 @@ define ["./dom", "./console", "./messages", "./ajax", "underscore"],
   (dom, console, messages, ajax, _) ->
 
     severityToClass =
+      info: "alert alert-info"
       success: "alert alert-success"
       warn: "alert alert-warning"
       error: "alert alert-error"