You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/11/15 16:43:15 UTC

[50/50] git commit: [#6777] Change text on close button for site notification

[#6777] Change text on close button for site notification

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/2f8d3446
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/2f8d3446
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/2f8d3446

Branch: refs/heads/cj/6777
Commit: 2f8d3446c1cdb54ba34209d83b311f14a516b4b1
Parents: f3cdca9
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Fri Nov 15 15:41:47 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Fri Nov 15 15:41:47 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/jinja_master/theme_macros.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/2f8d3446/Allura/allura/templates/jinja_master/theme_macros.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/theme_macros.html b/Allura/allura/templates/jinja_master/theme_macros.html
index caf8842..c93d408 100644
--- a/Allura/allura/templates/jinja_master/theme_macros.html
+++ b/Allura/allura/templates/jinja_master/theme_macros.html
@@ -129,7 +129,7 @@
         <div id="site-notification">
             <section class="site-message info" data-notification-id="{{note._id}}">
                 {{note.content|safe}}
-                <a href="" class="btn btn-close">Got It</a>
+                <a href="" class="btn btn-close">Close</a>
             </section>
         </div>
     {% endif %}