Files
pathfinder/public/templates/ui/notice.html
Mark Friedrich 1a1fabf361 - improved "system effect" dialog, column hover style added
- fixed an issue in "connection module" where wh type changes not affect the UI
2018-11-30 21:49:08 +01:00

18 lines
1.2 KiB
HTML

<div class="row text-center">
<div class="col-xs-12 col-md-8 col-md-offset-2 pf-landing-pricing-panel">
<div class="panel panel-default pricing-big">
<div class="panel-heading txt-color txt-color-green">
<h3 class="panel-title">New release {{version}}</h3>
</div>
<div class="panel-body no-padding text-align-center">
<div class="price-features" style="min-height: inherit;">
<ul class="list-unstyled text-left">
<li><i class="fas fa-fw fa-angle-right"></i>New custom/editable jump log information <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/709" rel="noopener">#709</a></li>
<li><i class="fas fa-fw fa-angle-right"></i>New wormhole <em>color codes</em> added to signature table <a target="_blank" href="//github.com/exodus4d/pathfinder/issues/703" rel="noopener">#703</a></li>
<li><i class="fas fa-fw fa-angle-double-right"></i>Many more improvements/fixes. Complete <a href="javascript:void(0)" class="pf-navbar-version-info">changelog</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>