• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修订版7bdfdeae3cb7cbfede30c047ebe73dd156690a87 (tree)
时间2010-06-09 23:53:03
作者Wolf <wolf@geek...>
CommiterWolf

Log Message

fix a mismerge that deleted "Show Downloads Button?"

更改概述

差异

--- a/pyforge/pyforge/ext/admin/templates/project_overview.html
+++ b/pyforge/pyforge/ext/admin/templates/project_overview.html
@@ -146,6 +146,12 @@
146146 </li>
147147 <hr class="clear clearfix" />
148148 <li>
149+ <label for="show_download_button">Downloads:</label>
150+ <input name="show_download_button" type="checkbox"
151+ checked="${c.project.show_download_button and 'CHECKED' or None}"/>
152+ </li>
153+ <hr class="clear clearfix" />
154+ <li>
149155 <label>&nbsp;</label>
150156 <input type="submit" value="Save"
151157 class="ui-state-default ui-button ui-button-text"/>