mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
make github in your face (#803)
This commit is contained in:
parent
ceb7a690d0
commit
c909f3dc5f
1 changed files with 13 additions and 0 deletions
|
|
@ -185,6 +185,19 @@
|
|||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if current_user.github_uid.blank? %>
|
||||
<div class="bg-dark border border-primary rounded-lg p-4 mb-6">
|
||||
<div class="flex items-center gap-3">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="text-white flex-shrink-0"><path fill="currentColor" d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"/></svg>
|
||||
<div class="flex-1">
|
||||
<span class="text-white">Link your GitHub account to unlock project linking, show what you're working on, and qualify for leaderboards!</span>
|
||||
</div>
|
||||
<%= link_to "Connect GitHub", "/auth/github", class: "bg-primary hover:bg-red-600 text-white font-medium px-4 py-2 rounded-lg transition-colors duration-200 flex-shrink-0", data: { turbo: false } %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<p class="mt-2">
|
||||
<% if @show_logged_time_sentence %>
|
||||
You've logged
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue