Sha256: 77a65a88cddbdbc2b393d4a7bf7d6ad2a083c4b687f755843ffad093fc61a3c3
Contents?: true
Size: 606 Bytes
Versions: 9
Compression:
Stored size: 606 Bytes
Contents
<%= render partial: "index" %> <!-- Manage Users --> <%= render partial: "usman/dashboard/index" %> <%= render partial: "usman/dashboard/super_admin_index" if @current_user.super_admin? %> <!-- Manage Location --> <%= render partial: "pattana/dashboard/index" %> <div style="border-top:1px solid #FFF;margin-top:50px;margin-bottom:70px;"></div> <div class="dx-warning mt-60"> <div> <h2>Usman - API Documentation</h2> <p>All APIs are documented with all cases and examples.</p> <a class="btn btn-success" href="/docs/api/v1/register" target="_blank">Go to the API Documentation</a> </div> </div>
Version data entries
9 entries across 9 versions & 1 rubygems