mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Fix link to group pages if someone enters "/groups/" instead of "/group"
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#active-table-search.row.pad-top
|
||||
.small-12.columns
|
||||
%h1 Groups / regions
|
||||
/ TODO: Maikel this search input still doesn't work.
|
||||
%p
|
||||
%input.animate-show{type: :text,
|
||||
"ng-model" => "query",
|
||||
@@ -21,7 +20,7 @@
|
||||
.row.pad-top{bindonce: true}
|
||||
.small-12.medium-6.columns
|
||||
.groups-header
|
||||
%a{"ng-href" => "groups/{{group.id}}"}
|
||||
%a{"ng-href" => "/groups/{{group.id}}"}
|
||||
%i.ofn-i_035-groups
|
||||
%span.group-name
|
||||
{{ group.name }}
|
||||
|
||||
Reference in New Issue
Block a user