Commit e02c81e2e7d2aa754be07832f67452148f4ac048

Authored by Leandro Santos
1 parent aea182e2

Remove subtitle parameter of tag block

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/blocks/tags.html.erb
1 <% extend TagsHelper %> 1 <% extend TagsHelper %>
2 -<%= block_title(block.title, block.subtitle) %> 2 +<%= block_title(block.title) %>
3 3
4 <% 4 <%
5 is_env = block.owner.class == Environment 5 is_env = block.owner.class == Environment