hackatime/app/views/doorkeeper/applications/new.html.erb
Mahad Kalam dd978bbeb9
Themes! (#952)
* Themes pt1

* Themes pt2

* Standard -> Classic, new default is Gruvbox Dark

* Make settings shell fatter
2026-02-15 22:14:46 +00:00

12 lines
401 B
Text

<% content_for :title do %>
New OAuth Application
<% end %>
<div class="max-w-3xl mx-auto p-6 space-y-6">
<header class="text-center mb-8">
<h1 class="text-4xl font-bold text-surface-content mb-2"><%= t('.title') %></h1>
<p class="text-secondary text-lg">Create a new OAuth application to integrate with Hackatime</p>
</header>
<%= render 'form', application: @application %>
</div>