OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/mailer/send_content.text.plain.rhtml

11 lines
684 B

<%= @meeting.project.name %>: <%= @meeting.title %> (<%= @meeting_url %>)
<%= @meeting.author %>
<%=l :label_meeting_date_time %>: <%= format_date @meeting.start_date %> <%= format_time @meeting.start_time, false %>-<%= format_time @meeting.end_time, false %>
<%=l :field_location %>: <%= @meeting.location %>
<%=l :field_participants_invited %>: <%= @meeting.participants.invited.sort.join("; ") %>
<%=l :field_participants_attended %>: <%= @meeting.participants.attended.sort.join("; ") %>
<%=l :"text_review_#{@c_type}", :author => User.current, :link => l(:"text_#{@c_type}_for_meeting", :meeting => @meeting.title) + " (#{@content_url})" %>
<%= @meeting.send(@c_type).text %>