You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/11/07 21:05:09 UTC

[1/5] git commit: [#2834] add
to visually separate the separate forms

Updated Branches:
  refs/heads/master dc3b9d571 -> ad2d70785


[#2834] add <hr> to visually separate the separate forms


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

Branch: refs/heads/master
Commit: ad2d70785ce934e88f8d66ed251f2f5077cc7019
Parents: 2b6f2c1
Author: Dave Brondsema <db...@geek.net>
Authored: Wed Nov 7 20:05:00 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Wed Nov 7 20:05:00 2012 +0000

----------------------------------------------------------------------
 Allura/allura/templates/user_preferences.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ad2d7078/Allura/allura/templates/user_preferences.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/user_preferences.html b/Allura/allura/templates/user_preferences.html
index a0855a8..5d7ab23 100644
--- a/Allura/allura/templates/user_preferences.html
+++ b/Allura/allura/templates/user_preferences.html
@@ -72,7 +72,7 @@
   {% else%}
     <p>No subscriptions.</p>
   {% endif %}
-  <br/>
+  <hr/>
   <div style="clear:both">&nbsp;</div>
   <form action="update" method="post">
         {% if tg.config.get('auth.method', 'local') == 'local' %}