<% if @issue.present? %> <%= l(title_for_issue, id: link_to("##{@issue.id}", @issue_url), author: h(@author)).html_safe %> <% else %> <%= l(title_for_project, id: link_to("#{@project}", @project_url), author: h(@author)).html_safe %> <% end %>

<%= link_to @resource_booking.event_title, @resource_booking.url_options %>

<%= render_resource_booking_attributes(@resource_booking, true) %>