• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

allura


コミットメタ情報

リビジョン6d7489c92e69919297396d162698750856358f8e (tree)
日時2012-07-10 00:22:30
作者Jenny Steele <jsteele@geek...>
コミッターTim Van Steenburgh

ログメッセージ

[#4382] Appearance improvements to scm help

変更サマリ

差分

Binary files /dev/null and b/ForgeGit/forgegit/nf/git/images/git.png differ
--- a/ForgeGit/forgegit/templates/git/index.html
+++ b/ForgeGit/forgegit/templates/git/index.html
@@ -23,11 +23,18 @@
2323 {% if h.has_access(c.app, 'write')() %}
2424 <div class="message warning scm-learn-basics">
2525 <div class="content">
26- Are you new to Git? <a href="http://git-scm.com/doc">Learn the basics</a>.
26+ <img src="{{g.app_static('images/git.png')}}" style="float:left">
27+ <h2>New to Git?</h2>
28+ <a href="http://git-scm.com/doc">Learn the basics</a>.
29+ </div>
30+ </div>
31+
32+ <div class="message error scm-empty-repo">
33+ <h6>Empty Repository</h6>
34+ <div class="content">
35+ It looks like this Git repository doesn't have any files in it. Let's commit your project code now.
2736 </div>
2837 </div>
29-
30- <p>It looks like this Git repository doesn't have any files in it. Let's commit your project code now.</p>
3138
3239 <h2>First time using Git</h2>
3340
Binary files /dev/null and b/ForgeHg/forgehg/nf/hg/images/hg.png differ
--- a/ForgeHg/forgehg/templates/hg/index.html
+++ b/ForgeHg/forgehg/templates/hg/index.html
@@ -24,11 +24,18 @@
2424 {% if h.has_access(c.app, 'write')() %}
2525 <div class="message warning scm-learn-basics">
2626 <div class="content">
27- Are you new to Mercurial? <a href="http://mercurial.selenic.com/guide/">Learn the basics</a>.
27+ <img src="{{g.app_static('images/hg.png')}}" style="float:left">
28+ <h2>New to Mercurial?</h2>
29+ <a href="http://mercurial.selenic.com/guide/">Learn the basics</a>.
30+ </div>
31+ </div>
32+
33+ <div class="message error scm-empty-repo">
34+ <h6>Empty Repository</h6>
35+ <div class="content">
36+ It looks like this Mercurial repository doesn't have any files in it. Let's commit your project code now.
2837 </div>
2938 </div>
30-
31- <p>It looks like this Mercurial repository doesn't have any files in it. Let's commit your project code now.</p>
3239
3340 <h2>First time using Mercurial</h2>
3441
Binary files /dev/null and b/ForgeSVN/forgesvn/nf/svn/images/svn.png differ
--- a/ForgeSVN/forgesvn/templates/svn/index.html
+++ b/ForgeSVN/forgesvn/templates/svn/index.html
@@ -23,11 +23,18 @@
2323 {% if h.has_access(c.app, 'write')() %}
2424 <div class="message warning scm-learn-basics">
2525 <div class="content">
26- Are you new to Subversion? <a href="http://svnbook.red-bean.com/">Learn the basics</a>.
26+ <img src="{{g.app_static('images/svn.png')}}" style="float:left">
27+ <h2>New to Subversion?</h2>
28+ <a href="http://svnbook.red-bean.com/">Learn the basics</a>.
29+ </div>
30+ </div>
31+
32+ <div class="message error scm-empty-repo">
33+ <h6>Empty Repository</h6>
34+ <div class="content">
35+ It looks like this Subversion repository doesn't have any files in it. Let's commit your project code now.
2736 </div>
2837 </div>
29-
30- <p>It looks like this Subversion repository doesn't have any files in it. Let's commit your project code now.</p>
3138
3239 <h2>Import project to Subversion</h2>
3340