Added new controller and view to show tags grouped alphabetically
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user