2014-08-02 19:21:38 +04:00
<header class="settings-view-header">
2014-12-23 15:43:21 +03:00
{{ # link-to "settings" class = "btn btn-default btn-back" }} Back {{ / link-to }}
2014-08-02 19:21:38 +04:00
<h2 class="page-title">About</h2>
</header>
<section class="content settings-about">
<section class="about-ghost-intro">
<h1>
<span class="ghost_logo">
<span class="hidden">Ghost</span>
</span>
2014-12-30 05:11:24 +03:00
<span class="version blue">v {{ model .version }} </span>
2014-08-02 19:21:38 +04:00
</h1>
<p>A free, open, simple publishing platform</p>
<div class="about-environment-help clearfix">
<div class="about-environment">
<dl>
<dt>Version:</dt>
2014-12-30 05:11:24 +03:00
<dd class="about-environment-detail"> {{ model .version }} </dd>
2014-08-02 19:21:38 +04:00
<dt>Environment:</dt>
2014-12-30 05:11:24 +03:00
<dd class="about-environment-detail"> {{ model .environment }} </dd>
2014-08-02 19:21:38 +04:00
<dt>Database:</dt>
2014-12-30 05:11:24 +03:00
<dd class="about-environment-detail about-environment-database"> {{ model .database }} </dd>
2014-08-02 19:21:38 +04:00
<dt>Mail:</dt>
2014-12-30 05:11:24 +03:00
<dd class="about-environment-detail"> {{ # if model .mail }} {{ model .mail }} {{ else }} Native {{ / if }} </dd>
2014-08-02 19:21:38 +04:00
</dl>
</div>
<div class="about-help">
<a href="http://support.ghost.org" class="btn">User Documentation</a>
<a href="https://ghost.org/forum/" class="btn">Get Help With Ghost</a>
</div>
</div>
</section>
<section class="about-credits">
<h1>The People Who Made it Possible</h1>
<ul class="top-contributors clearfix">
{{ partial "contributors" }}
</ul>
<p class="about-contributors-info">Ghost is built by an incredible group of contributors from all over the world. Here are just a few of the people who helped create the version you’ re using right now.</p>
2014-09-23 14:06:31 +04:00
<a href="https://ghost.org/about/contribute/" class="about-get-involved btn-blue btn-lg btn">Find out how you can get involved</a>
2014-08-02 19:21:38 +04:00
<p class="about-copyright">
2015-01-12 20:46:11 +03:00
Copyright 2013 - 2015 Ghost Foundation, released under the <a href="https://github.com/TryGhost/Ghost/blob/master/LICENSE">MIT license</a>.
2014-08-02 19:21:38 +04:00
<br>
<a href="https://ghost.org/">Ghost</a> is a trademark of the <a href="https://ghost.org/about/">Ghost Foundation</a>.
</p>
</section>
</section>