mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 18:55:31 +08:00
TRIVIAL: remove default 'Read more' link in the banner
This commit is contained in:
parent
4878d88cbd
commit
f733237075
@ -4,6 +4,5 @@
|
|||||||
<div class="close" {{action dismiss}}><i class="fa fa-times" title="{{i18n banner.close}}"></i></div>
|
<div class="close" {{action dismiss}}><i class="fa fa-times" title="{{i18n banner.close}}"></i></div>
|
||||||
{{{banner.html}}}
|
{{{banner.html}}}
|
||||||
</div>
|
</div>
|
||||||
<a href="{{unbound banner.url}}" title="{{i18n banner.read_more.title}}">{{i18n banner.read_more.text}}</a>
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
font-size: 25px !important;
|
font-size: 25px !important;
|
||||||
margin-top: -10px !important;
|
margin-top: -10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta {
|
.meta {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -651,7 +651,6 @@ class Topic < ActiveRecord::Base
|
|||||||
|
|
||||||
{
|
{
|
||||||
html: post.cooked,
|
html: post.cooked,
|
||||||
url: self.url,
|
|
||||||
key: self.id
|
key: self.id
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
@ -168,9 +168,6 @@ en:
|
|||||||
|
|
||||||
banner:
|
banner:
|
||||||
close: "Dismiss this banner."
|
close: "Dismiss this banner."
|
||||||
read_more:
|
|
||||||
title: "Click to go to the topic."
|
|
||||||
text: "Read more"
|
|
||||||
|
|
||||||
choose_topic:
|
choose_topic:
|
||||||
none_found: "No topics found."
|
none_found: "No topics found."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user