Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Aug 5, 2024
2 parents ca79d5a + e785635 commit 552fbe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ontologies_linked_data/utils/notifications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def self.new_note(note)
note_hash = note.id.to_s.split('/').last
note_url = "http://#{LinkedData.settings.ui_host}/ontologies/#{note.relatedOntology.first.acronym}?p=notes&noteid=#{note_hash}"


subject = "[#{LinkedData.settings.ui_name} Notes] [#{ontologies}] #{note.subject}"
body = NEW_NOTE.gsub("%username%", note.creator.username)
.gsub("%ontologies%", ontologies)
Expand Down

0 comments on commit 552fbe5

Please sign in to comment.