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:
Ashutosh Kumar 2021-10-11 18:06:35 +05:30 committed by GitHub
parent 11f7d14ead
commit 98b4391532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"> &raquo; /h1>
<main id="main-content">
<section class="crayons-layout">
<h1 class="p-2 pb-0 m:p-0 crayons-title"><%= t("core.dashboard") %> &raquo; <%= t("core.followers") %><</h1>
<h1 class="p-2 pb-0 m:p-0 crayons-title"><%= t("core.dashboard") %> &raquo; <%= t("core.followers") %></h1>
<%= render "actions_mobile" %>
</section>