2017-07-04 12:41:38 +03:00
<section class="gh-canvas js-settings-content">
2019-06-18 13:47:21 +03:00
<GhCanvasHeader class="gh-canvas-header">
2018-03-19 12:57:31 +03:00
{{ svg-jar "ghost-logo" class = "gh-logo" alt = "Ghost" }}
2019-06-18 13:47:21 +03:00
</GhCanvasHeader>
2017-07-04 12:41:38 +03:00
<section class="view-container">
2015-05-25 21:17:10 +03:00
<section class="gh-env-details">
<ul class="gh-env-list">
2019-12-13 17:20:29 +03:00
<li class="gh-env-list-version"><strong>Version</strong> {{ this .config .version }} </li>
<li><strong>Environment</strong> {{ this .config .environment }} </li>
<li class="gh-env-list-database-type"><strong>Database</strong> {{ this .config .database }} </li>
<li><strong>Mail</strong> {{ # if this .config .mail }} {{ this .config .mail }} {{ else }} Native {{ / if }} </li>
2020-10-09 13:38:47 +03:00
{{ # if ( enable-developer-experiments ) }}
<li><strong>Developer experiments</strong> Enabled</li>
{{ / if }}
2015-05-25 21:17:10 +03:00
</ul>
<div class="gh-env-help">
2019-07-22 11:53:24 +03:00
<a class="gh-btn" href="https://ghost.org/docs/" target="_blank"><span>User Documentation</span></a>
2018-04-02 19:17:13 +03:00
<a class="gh-btn" href="https://forum.ghost.org/" target="_blank"><span>Get Help With Ghost</span></a>
2015-05-25 21:17:10 +03:00
</div>
</section>
2015-05-19 14:42:53 +03:00
2019-12-13 17:20:29 +03:00
{{ # if this .upgradeStatus .message }}
2018-01-09 17:23:36 +03:00
<section class="gh-upgrade-notification">
<p>
2019-12-13 17:20:29 +03:00
<strong>Update available!</strong> {{ this .upgradeStatus .message }}
2018-01-09 17:23:36 +03:00
</p>
</section>
{{ / if }}
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
2021-01-19 03:18:59 +03:00
<a class="gh-btn gh-btn-blue" href="https://ghost.org/docs/contributing/" target="_blank"><span>Find out how you can get involved</span></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">
2019-12-13 17:20:29 +03:00
Copyright © 2013 – {{ this .copyrightYear }} Ghost Foundation, released under the <a href="https://github.com/TryGhost/Ghost/blob/master/LICENSE" target="_blank">MIT license</a>.
2015-05-25 21:17:10 +03:00
<br>
2017-02-16 22:50:05 +03:00
<a href="https://ghost.org/" target="_blank">Ghost</a> is a registered trademark of <a href="https://ghost.org/trademark/" target="_blank">Ghost Foundation Ltd</a>.
2015-05-25 21:17:10 +03:00
</footer>
2014-08-02 19:21:38 +04:00
</section>
</section>