Fixed followers page html error (#15003)
* Fixed followers page html error * Trigger Travis CI Co-authored-by: rhymes <github@rhymes.dev>
This commit is contained in:
parent
11f7d14ead
commit
98b4391532
1 changed files with 2 additions and 3 deletions
|
|
@ -3,11 +3,10 @@
|
|||
<div id="index-container"
|
||||
data-params="<%= params.to_json(only: %i[which per_page]) %>"
|
||||
data-which="followers">
|
||||
<header class="crayons-layout">
|
||||
<h1 class="p-2 pb-0 m:p-0 crayons-title"> » /h1>
|
||||
|
||||
<main id="main-content">
|
||||
<section class="crayons-layout">
|
||||
<h1 class="p-2 pb-0 m:p-0 crayons-title"><%= t("core.dashboard") %> » <%= t("core.followers") %><</h1>
|
||||
<h1 class="p-2 pb-0 m:p-0 crayons-title"><%= t("core.dashboard") %> » <%= t("core.followers") %></h1>
|
||||
<%= render "actions_mobile" %>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue