diff rhodecode/templates/summary/summary.html @ 3635:be78bf3b1a1f beta

added url quote in clone url. fixes issue #809
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 29 Mar 2013 23:36:53 +0100
parents 802c94bdfc85
children ec6354949623
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Fri Mar 29 23:33:02 2013 +0100
+++ b/rhodecode/templates/summary/summary.html	Fri Mar 29 23:36:53 2013 +0100
@@ -116,8 +116,8 @@
                   <label>${_('Clone url')}:</label>
               </div>
               <div class="input ${summary(c.show_stats)}">
-                  <input style="width:80%" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
-                  <input style="display:none;width:80%" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
+                  <input style="width:${'75%' if c.show_stats else '80%'}" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
+                  <input style="display:none;width:${'75%' if c.show_stats else '80%'}" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
                   <div style="display:none" id="clone_by_name" class="ui-btn clone">${_('Show by Name')}</div>
                   <div id="clone_by_id" class="ui-btn clone">${_('Show by ID')}</div>
               </div>