noosfero | Invitation to events (!1445)

Rodrigo Souto gitlab at mg.gitlab.com
Fri May 11 15:52:00 BRT 2018


Rodrigo Souto started a new discussion on app/views/cms/invite_to_event.html.erb:

> +
> +  <% if !@failed.blank? %>
> +    <div id="errorExplanation">
> +      <% @failed.each do |error, tasks_descriptions|%>
> +        <h2> <%= error %></h2>
> +        <p><%=_("This error happened with the following persons: ")%></p>
> +        <ul>
> +          <% tasks_descriptions.each do |description| %>
> +              <li> <%= description %> </li>
> +          <% end %>
> +        </ul>
> +      <% end %>
> +    </div>
> +  <% end %>
> +
> +  <% if @article.profile.kind_of?(Organization) %>

These variables should be defined on the controller.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1445#note_72742135
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180511/9e7ac2d8/attachment.html>


More information about the Noosfero-dev mailing list