mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Fix blue arrow URL
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
</p>
|
||||
<div id="txtFrontFeatureLink">
|
||||
<br/>
|
||||
<img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news.1108" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/8.4/static/release-8-4.html" title="Release Notes">Release Notes</a><br />
|
||||
<img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download" title="Download">Download</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news.1108" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/docs/8.4/static/release-8-4.html" title="Release Notes">Release Notes</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download" title="Download">Download</a><br />
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- pgFrontFeature -->
|
||||
@ -29,7 +29,7 @@
|
||||
<div id="txtFrontUserText">{{quote.quote}}</div>
|
||||
<div id="txtFrontUserName"><b>{{quote.who}}, <a href="{{quote.link}}">{{quote.org}}</a></b></div>
|
||||
<div id="txtFrontUserLink">
|
||||
<img src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" /><a href="/about/casestudies">Case Studies</a><span class="txtDivider">|</span><a href="/about/quotesarchive" title="See more quotes">More Quotes</a><span class="txtDivider">|</span><a href="/about/users" title="See featured users">Featured Users</a>
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="5" alt="" /><a href="/about/casestudies">Case Studies</a><span class="txtDivider">|</span><a href="/about/quotesarchive" title="See more quotes">More Quotes</a><span class="txtDivider">|</span><a href="/about/users" title="See featured users">Featured Users</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- pgFrontUserWrap -->
|
||||
@ -99,7 +99,7 @@
|
||||
</p>
|
||||
{% endfor %}
|
||||
<div>
|
||||
<img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<img class="pgArrowImage" src="/media/img/layout/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<ul class="pgRSSBottomList">
|
||||
<li>
|
||||
<a href="/about/newsarchive" title="More News">More</a>
|
||||
@ -126,7 +126,7 @@
|
||||
</p>
|
||||
{%endfor%}
|
||||
<div>
|
||||
<img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<img class="pgArrowImage" src="/media/img/layout/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<ul class="pgRSSBottomList">
|
||||
<li>
|
||||
<a href="http://planet.postgresql.org" title="More Blog Posts">More</a>
|
||||
@ -171,7 +171,7 @@
|
||||
{%endif%}
|
||||
</div>
|
||||
<div>
|
||||
<img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<img class="pgArrowImage" src="/media/img/layout/blt_blu_arrow.png" width="6" height="5" alt="" />
|
||||
<ul class="pgRSSBottomList">
|
||||
<li>
|
||||
<a href="/about/eventarchive" title="More Events">More</a>
|
||||
|
Reference in New Issue
Block a user