You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/07/15 23:04:12 UTC

[16/50] [abbrv] git commit: [#5103] ticket:374 Fix indentation in template

[#5103] ticket:374 Fix indentation in template


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

Branch: refs/heads/tv/6355
Commit: a5680c0ea5112f6fadb14e56ccf2ec4781862f03
Parents: 806c3fe
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Jun 20 06:52:07 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Sun Jul 7 03:57:49 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/repo/default_branch.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/a5680c0e/Allura/allura/templates/repo/default_branch.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/default_branch.html b/Allura/allura/templates/repo/default_branch.html
index c524001..6c20021 100644
--- a/Allura/allura/templates/repo/default_branch.html
+++ b/Allura/allura/templates/repo/default_branch.html
@@ -19,8 +19,8 @@
 
 <form action="{{c.project.url()}}admin/{{app.config.options.mount_point}}/set_default_branch_name" method="POST">
     <label class="grid-13">Default branch name:</label>
-        <div class="grid-13">
-            <input type="text" name="branch_name" id="branch_name" {% if default_branch_name %} value="{{default_branch_name}}"{% endif %}/>
+    <div class="grid-13">
+        <input type="text" name="branch_name" id="branch_name" {% if default_branch_name %} value="{{default_branch_name}}"{% endif %}/>
     </div>
     <div class="grid-13">&nbsp;</div>
     <hr>