diff --git a/app/views/my/access_tokens/show.html.erb b/app/views/my/access_tokens/show.html.erb index f0551ffad..c81a4d171 100644 --- a/app/views/my/access_tokens/show.html.erb +++ b/app/views/my/access_tokens/show.html.erb @@ -1 +1,15 @@ -<%= @access_token.token %> +<% @page_title = "New personal access token" %> + +<% content_for :header do %> +
+ <%= back_link_to "tokens", my_access_tokens_path, "keydown.left@document->hotkey#click keydown.esc@document->hotkey#click" %> +
+ +

<%= @page_title %>

+<% end %> + +
+

<%= @access_token.token %>

+ + <%= link_to "Cancel and go back", my_access_tokens_path, data: { form_target: "cancel" }, hidden: true %> +