OAuth form: make topbar clickable

This commit is contained in:
Alex Gleason 2020-07-27 17:32:50 -05:00
parent 0f94221594
commit 93bbbba883
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@
</head> </head>
<body> <body>
<div class="instance-header"> <div class="instance-header">
<div class="instance-header__content"> <a class="instance-header__content" href="/">
<img class="instance-header__thumbnail" src="<%= Pleroma.Config.get([:instance, :instance_thumbnail]) %>"> <img class="instance-header__thumbnail" src="<%= Pleroma.Config.get([:instance, :instance_thumbnail]) %>">
<h1 class="instance-header__title"><%= Pleroma.Config.get([:instance, :name]) %></h1> <h1 class="instance-header__title"><%= Pleroma.Config.get([:instance, :name]) %></h1>
</div> </a>
</div> </div>
<div class="container"> <div class="container">
<%= render @view_module, @view_template, assigns %> <%= render @view_module, @view_template, assigns %>

Binary file not shown.