Added new controller and view to show tags grouped alphabetically

This commit is contained in:
Dani Macho
2014-10-19 14:04:18 +02:00
parent e4172c6567
commit aea5643bf6
@@ -0,0 +1,9 @@
%h1 Alpha Group Tags#index
- @alpha_tags.each do |l,tag|
%h5
= l
= tag[0]
= tag[1]
%span.glyphicon.glyphicon-tag