Skip to content

Commit

Permalink
Fix tag links
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Apr 10, 2018
1 parent 55a3d46 commit f722773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/imdone-atom-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class ImdoneAtomView extends ScrollView
for tag, i in tags
do (tag, i) =>
$link = @genFilterLink linkText: tag, filter:"contains(tags,#{tag})", linkClass: "task-tags"
taskHtml = taskHtml.replace( "\+#{tag}", $el.div($link).innerHTML )
taskHtml = taskHtml.replace( "+#{tag}", $el.div($link).innerHTML )
else
taskHtml = task.getHtml $.extend({stripTags: true, stripContext: true}, opts)
if contexts
Expand Down

0 comments on commit f722773

Please sign in to comment.