noosfero | Add major changes on Noosfero interface (includes responsivity) (!1329)

Rodrigo Souto gitlab at mg.gitlab.com
Tue Mar 6 11:12:45 BRT 2018


Rodrigo Souto started a new discussion on app/views/layouts/application-ng.html.erb:

>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= html_language %>" lang="<%= html_language %>" class="<%= h html_tag_classes %>">
>    <head>
> -    <title><%= h page_title.html_safe %></title>
> +    <title><%= "#{user.try(:pending_tasks) && user.pending_tasks.count > 0 ? "(#{user.pending_tasks.count}) " : ""}#{h page_title.html_safe}" %></title>

This notification count might compete with the chat count. It's important to check this.

---
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1329#note_61885781
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/20180306/2b8b2e71/attachment.html>


More information about the Noosfero-dev mailing list