You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/03/21 10:01:12 UTC

[couchdb-fauxton] branch master updated: Text tidying on Metadata Page (#877)

This is an automated email from the ASF dual-hosted git repository.

garren pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

The following commit(s) were added to refs/heads/master by this push:
       new  72d1344   Text tidying on Metadata Page (#877)
72d1344 is described below

commit 72d13444bbf6bc386c837068581548376df0d20a
Author: Justin McDavid <jm...@us.ibm.com>
AuthorDate: Tue Mar 21 03:01:10 2017 -0700

    Text tidying on Metadata Page (#877)
---
 app/addons/documents/assets/less/documents.less         |  1 -
 app/addons/documents/designdocinfo/components.react.jsx | 13 +------------
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/app/addons/documents/assets/less/documents.less b/app/addons/documents/assets/less/documents.less
index d0ea8fd..3c2e468 100644
--- a/app/addons/documents/assets/less/documents.less
+++ b/app/addons/documents/assets/less/documents.less
@@ -86,7 +86,6 @@ button.beautify {
     margin-top: 12px;
   }
   header {
-    border-bottom: 1px solid #cccccc;
     padding-bottom: 10px;
   }
   .icon-question-sign {
diff --git a/app/addons/documents/designdocinfo/components.react.jsx b/app/addons/documents/designdocinfo/components.react.jsx
index d5a7070..237fb88 100644
--- a/app/addons/documents/designdocinfo/components.react.jsx
+++ b/app/addons/documents/designdocinfo/components.react.jsx
@@ -10,7 +10,6 @@
 // License for the specific language governing permissions and limitations under
 // the License.
 
-import app from "../../../app";
 import FauxtonAPI from "../../../core/api";
 import React from "react";
 import Stores from "./stores";
@@ -57,7 +56,6 @@ var DesignDocInfo = React.createClass({
   },
 
   render: function () {
-    var getDocUrl = app.helpers.getDocUrl;
     var viewIndex = this.state.viewIndex;
 
     if (this.state.isLoading) {
@@ -70,16 +68,7 @@ var DesignDocInfo = React.createClass({
     return (
       <div className="metadata-page">
         <header>
-          <div className="preheading">Design Document Metadata</div>
-          <h2>_design/{this.state.ddocName}</h2>
-
-          <p className="help">
-            Information about the specified design document, including the index, index size and current status of the
-            design document and associated index information.
-            <a href={getDocUrl('DESIGN_DOC_METADATA')} className="help-link" target="_blank" data-bypass="true">
-              <i className="icon-question-sign" />
-            </a>
-          </p>
+          <h2>_design/{this.state.ddocName} Metadata</h2>
         </header>
 
         <section className="container">

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].