css: remove unused or redundant rules.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class PostPresenter < Presenter
|
||||
attr_reader :pool, :next_post_in_pool
|
||||
delegate :tag_list_html, :split_tag_list_html, :inline_tag_list_html, :split_inline_tag_list_html, to: :tag_set_presenter
|
||||
delegate :tag_list_html, :split_tag_list_html, :inline_tag_list_html, to: :tag_set_presenter
|
||||
|
||||
def self.preview(post, options = {})
|
||||
if post.nil?
|
||||
|
||||
@@ -46,10 +46,6 @@ class TagSetPresenter < Presenter
|
||||
template.tag.span(html, class: classes)
|
||||
end
|
||||
|
||||
def split_inline_tag_list_html(template, **options)
|
||||
inline_tag_list_html(template, classes: "split-inline-tag-list", **options)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def typed_tags(name)
|
||||
|
||||
Reference in New Issue
Block a user