The regular Git users amongst you will be familiar with the diff output that breaks down into âhunksâ like so: @@ -24,7 +24,7 @@ class TicketPdf ApplicationController.render( "tickets/index.html.haml", layout: "tickets", - assigns: { tickets: tickets } + assigns: { tickets: tickets, event_name: event_name } ) end The first line (starting @@) is known as the hunk header, and is there to help orient
{{#tags}}- {{label}}
{{/tags}}