Commit f370386c by Hemanth Yamijala

ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)

parent c438e511
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
}, },
"keywords": [ "keywords": [
"Apache", "Apache",
"Atlas", "Atlas"
"HortonWorks"
], ],
"dependencies": { "dependencies": {
"backbone": "1.2.3", "backbone": "1.2.3",
......
<!--
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<footer class="footer navbar-bottom">
<div class="container">
<p align="right">Powered by<img src="../img/logo-green.png"></p>
</div>
</footer>
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
define(['require',
'hbs!tmpl/site/footer'
], function(require, tmpl) {
'use strict';
var Footer = Marionette.LayoutView.extend({
template: tmpl,
templateHelpers: function() {},
regions: {},
events: {},
initialize: function(options) {},
onRender: function() {}
});
return Footer;
});
...@@ -35,6 +35,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ...@@ -35,6 +35,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES: ALL CHANGES:
ATLAS-967 Remove unused logo file and footer. (kevalbhatt18 via yhemanth)
ATLAS-964 Cleanup NOTICE and LICENSE (shwethags) ATLAS-964 Cleanup NOTICE and LICENSE (shwethags)
ATLAS-962 Include Apache Incubator disclaimer text on website (yhemanth via shwethags) ATLAS-962 Include Apache Incubator disclaimer text on website (yhemanth via shwethags)
ATLAS-958 Add licenses for dashboard dependencies (kevalbhatt18 via shwethags) ATLAS-958 Add licenses for dashboard dependencies (kevalbhatt18 via shwethags)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment