-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1677 from ushahidi/revert-1653-survey_menu
Revert "Adds navigation in dropdown menus in surveys and posts"
- Loading branch information
Showing
3 changed files
with
8 additions
and
34 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
app/main/posts/common/collection-toggle/collection-toggle-link.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<button data-modal="add-to-collection" ng-click="toggleCollection()" class="button-survey"> | ||
<a data-modal="add-to-collection" ng-click="toggleCollection()"> | ||
<svg class="iconic" role="img"> | ||
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/img/iconic-sprite.svg#grid-three-up"></use> | ||
</svg> | ||
<span class="label"translate="set.add_to_collection">Add to collection</span> | ||
</button> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters