Changeset - f2d811756977
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-05-17 21:37:46
madski@unity3d.com
pullrequests: kill a bit of YUD
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -38,7 +38,7 @@ ${self.repo_context_bar('showpullrequest
 
            <label>${_('Description')}:</label>
 
            %if editable:
 
            <div style="margin: 5px">
 
              <a class="btn btn-small" onclick="YUD.setStyle('pr-edit-form','display','');YUD.setStyle(YUD.getElementsByClassName('pr-not-edit'),'display','none')">${_("Edit")}</a>
 
              <a class="btn btn-small" onclick="$('#pr-edit-form').show();$('.pr-not-edit').hide()">${_("Edit")}</a>
 
            </div>
 
            %endif
 
          </div>
0 comments (0 inline, 0 general)