mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
TRIVIAL: remove default 'Read more' link in the banner
This commit is contained in:
parent
4878d88cbd
commit
f733237075
4 changed files with 1 additions and 5 deletions
|
@ -4,6 +4,5 @@
|
|||
<div class="close" {{action dismiss}}><i class="fa fa-times" title="{{i18n banner.close}}"></i></div>
|
||||
{{{banner.html}}}
|
||||
</div>
|
||||
<a href="{{unbound banner.url}}" title="{{i18n banner.read_more.title}}">{{i18n banner.read_more.text}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
font-size: 25px !important;
|
||||
margin-top: -10px !important;
|
||||
}
|
||||
|
||||
.meta {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -651,7 +651,6 @@ class Topic < ActiveRecord::Base
|
|||
|
||||
{
|
||||
html: post.cooked,
|
||||
url: self.url,
|
||||
key: self.id
|
||||
}
|
||||
end
|
||||
|
|
|
@ -168,9 +168,6 @@ en:
|
|||
|
||||
banner:
|
||||
close: "Dismiss this banner."
|
||||
read_more:
|
||||
title: "Click to go to the topic."
|
||||
text: "Read more"
|
||||
|
||||
choose_topic:
|
||||
none_found: "No topics found."
|
||||
|
|
Loading…
Reference in a new issue