You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ronin-db-activerecord0.2.0 added an notes association to IPAddress, HostName, MACAddress, EmailAddress, URL, etc. All /db/show.erb views should display notes as Notes. Also add a _notes.erb partial template for rendering a notes Array.
The text was updated successfully, but these errors were encountered:
@AI-Mozi I would assume Notes should be displayed more like Comments would be, but Notes do not have an author/user associated with them. Render the notes text within a div, add the created_at timestamp to either the top or the bottom, and maybe we'll want to eventually add an edit icon to allow editing notes. Also I'm considering whether we should render the Notebody as markdown? Maybe the edit button and markdown notes support should be separate issues?
ronin-db-activerecord
0.2.0
added annotes
association toIPAddress
,HostName
,MACAddress
,EmailAddress
,URL
, etc. All/db/
show.erb
views should displaynotes
asNotes
. Also add a_notes.erb
partial template for rendering anotes
Array.The text was updated successfully, but these errors were encountered: