2015-05-25 21:17:10 +03:00
<section class="gh-view js-settings-content">
2015-08-25 04:27:33 +03:00
<header class="view-header">
{{ # gh-view-title openMobileMenu = "openMobileMenu" }} <span>About Ghost</span> {{ / gh-view-title }}
</header>
2015-05-25 21:17:10 +03:00
<section class="view-content">
<header class="gh-about-header">
<img class="gh-logo" src=" {{ gh-path 'admin' '/img/ghost-logo.png' }} " alt="Ghost" />
2015-08-12 10:17:01 +03:00
{{!-- TODO: fix about notifications --}}
2015-05-25 21:17:10 +03:00
{{ gh-notifications location = "about-upgrade" notify = "updateNotificationChange" }}
</header>
<section class="gh-env-details">
<ul class="gh-env-list">
<li class="gh-env-list-version"><strong>Version</strong> {{ model .version }} </li>
<li><strong>Environment</strong> {{ model .environment }} </li>
<li class="gh-env-list-database-type"><strong>Database</strong> {{ model .database }} </li>
<li><strong>Mail</strong> {{ # if model .mail }} {{ model .mail }} {{ else }} Native {{ / if }} </li>
</ul>
<div class="gh-env-help">
<a href="http://support.ghost.org" class="btn btn-minor" target="_blank">User Documentation</a>
<a href="https://ghost.org/slack/" class="btn btn-minor" target="_blank">Get Help With Ghost</a>
</div>
</section>
2015-05-19 14:42:53 +03:00
2015-05-25 21:17:10 +03:00
<section class="gh-credits">
<h2>The People Who Made it Possible</h2>
2014-08-02 19:21:38 +04:00
2015-05-25 21:17:10 +03:00
<section class="gh-contributors">
{{ partial "contributors" }}
</section>
2014-08-02 19:21:38 +04:00
2015-05-25 21:17:10 +03:00
<p>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-08-02 19:21:38 +04:00
2015-05-25 21:17:10 +03:00
<a href="https://ghost.org/about/contribute/" class="btn btn-blue btn-lg">Find out how you can get involved</a>
2014-08-02 19:21:38 +04:00
2015-05-25 21:17:10 +03:00
</section>
2014-08-02 19:21:38 +04:00
2015-05-25 21:17:10 +03:00
<footer class="gh-copyright-info">
Copyright 2013 - 2015 Ghost Foundation, released under the <a href="https://github.com/TryGhost/Ghost/blob/master/LICENSE">MIT license</a>.
<br>
<a href="https://ghost.org/">Ghost</a> is a trademark of the <a href="https://ghost.org/about/">Ghost Foundation</a>.
</footer>
2014-08-02 19:21:38 +04:00
</section>
</section>