Skip to content

Commit 8b7d2ab

Browse files
Fix ins component
1 parent 29fa9c8 commit 8b7d2ab

File tree

1 file changed

+2
-1
lines changed
  • app/concepts/matestack/ui/core/ins

1 file changed

+2
-1
lines changed

app/concepts/matestack/ui/core/ins/ins.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ def setup
44
@tag_attributes.merge!({
55
cite: options[:cite],
66
datetime: options[:datetime]
7-
})
7+
})
8+
end
89
end
910
end

0 commit comments

Comments
 (0)