Awaiting JZ's design
This commit is contained in:
committed by
Stanko K.R.
parent
7bc6ae4fac
commit
d36be764e2
@@ -1 +1,15 @@
|
||||
<%= @access_token.token %>
|
||||
<% @page_title = "New personal access token" %>
|
||||
|
||||
<% content_for :header do %>
|
||||
<div class="header__actions header__actions--start">
|
||||
<%= back_link_to "tokens", my_access_tokens_path, "keydown.left@document->hotkey#click keydown.esc@document->hotkey#click" %>
|
||||
</div>
|
||||
|
||||
<h1 class="header__title"><%= @page_title %></h1>
|
||||
<% end %>
|
||||
|
||||
<article class="panel panel--wide shadow center txt-align-start" style="view-transition-name: <%= dom_id(@access_token) %>">
|
||||
<h1><%= @access_token.token %></h1>
|
||||
|
||||
<%= link_to "Cancel and go back", my_access_tokens_path, data: { form_target: "cancel" }, hidden: true %>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user