Friday, September 20, 2024 2:45:01 AM
> settings

Customize


Authenticate

> _server_key.html.erb
<div id="key-download" uk-modal="bg-close:false">
  <div class="uk-modal-dialog">
    <a class="uk-modal-close-default fas fa-times" type="button"></a>
    <div class="uk-modal-header">
      <h3 class="uk-modal-title"><%= @server.server_id %> has been registered</h2>
    </div>
    <div class="uk-modal-body">
      <p>
        You will need to download this server key file and place it in the <code>@ESM</code> mod folder before starting your server.
        <br>
        For more information on getting started, please check out the <%= link_to "Wiki", wiki_path %>
      </p>
      <%= link_to "Download Server Key", key_community_server_path(current_community.public_id, @server.public_id), class: "uk-button esm-button-confirm uk-width-auto@m uk-width-1-1", target: "_blank", ":disabled": "processing" %>
    </div>
    <div class="uk-modal-footer">
      <small>You can also download this key file from the Modify Server section</small>
    </div>
  </div>
</div>
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8