From 3382e58cb68d321339135965b8e1a2087a992b14 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 14 Feb 2016 11:19:29 +0100 Subject: Major changes to the right panel. --- src/web/js/components/RightPanel.react.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/web/js/components/RightPanel.react.js') diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js index 7af0aa75..39b06f38 100644 --- a/src/web/js/components/RightPanel.react.js +++ b/src/web/js/components/RightPanel.react.js @@ -317,6 +317,8 @@ var Feed = React.createClass({
+
Number of articles
+
{this.props.obj.nb_articles}
{this.getErrorFields()} {this.getCategorySelect()} -- cgit