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

Gabriel Silva gitlab at mg.gitlab.com
Tue Feb 27 15:17:38 BRT 2018


Gabriel Silva started a new discussion on app/controllers/public/content_viewer_controller.rb:

>      @versions = @page.versions.paginate(:per_page => per_page, :page => params[:npage])
>    end
>  
> +  def view_more_comments
> +    @page = Article.find_by_id params[:id]
> +    process_comments(params)
> +    render :update do |page|
> +      page.insert_html :bottom, "article-comments-list",

any specific reason to modify the content on the fly?
Can't we use a custom template?

---
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1329#note_60861224
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/20180227/5d520db2/attachment-0001.html>


More information about the Noosfero-dev mailing list