mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
* Themes pt1 * Themes pt2 * Standard -> Classic, new default is Gruvbox Dark * Make settings shell fatter
12 lines
401 B
Text
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>
|