posts: add /posts/{id}.html?variant=tooltip template.

This commit is contained in:
evazion
2018-04-25 20:12:06 -05:00
parent f2998585e9
commit e772de40a7
6 changed files with 32 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ 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)