allura
リビジョン | 6d7489c92e69919297396d162698750856358f8e (tree) |
---|---|
日時 | 2012-07-10 00:22:30 |
作者 | Jenny Steele <jsteele@geek...> |
コミッター | Tim Van Steenburgh |
[#4382] Appearance improvements to scm help
@@ -23,11 +23,18 @@ | ||
23 | 23 | {% if h.has_access(c.app, 'write')() %} |
24 | 24 | <div class="message warning scm-learn-basics"> |
25 | 25 | <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. | |
27 | 36 | </div> |
28 | 37 | </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> | |
31 | 38 | |
32 | 39 | <h2>First time using Git</h2> |
33 | 40 |
@@ -24,11 +24,18 @@ | ||
24 | 24 | {% if h.has_access(c.app, 'write')() %} |
25 | 25 | <div class="message warning scm-learn-basics"> |
26 | 26 | <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. | |
28 | 37 | </div> |
29 | 38 | </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> | |
32 | 39 | |
33 | 40 | <h2>First time using Mercurial</h2> |
34 | 41 |
@@ -23,11 +23,18 @@ | ||
23 | 23 | {% if h.has_access(c.app, 'write')() %} |
24 | 24 | <div class="message warning scm-learn-basics"> |
25 | 25 | <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. | |
27 | 36 | </div> |
28 | 37 | </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> | |
31 | 38 | |
32 | 39 | <h2>Import project to Subversion</h2> |
33 | 40 |