Skip to content

Instantly share code, notes, and snippets.

@drusepth
Last active March 18, 2019 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drusepth/bd32d3298102dbee924d4e9d78e73c73 to your computer and use it in GitHub Desktop.
Save drusepth/bd32d3298102dbee924d4e9d78e73c73 to your computer and use it in GitHub Desktop.
<%=
link_to send(
"page_tag_#{content_type.pluralize}_path",
slug: PageTagService.slug_for(page_tag.tag)
), class: "#{Character.color}-text" do
%>
<i class="material-icons">loyalty</i>
<small class="grey-text">tagged</small>
<%= page_tag.tag %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment