You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/12/06 21:16:37 UTC

[09/11] geode git commit: GEODE-2156: Cleaned up nav bar links

GEODE-2156: Cleaned up nav bar links


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/f739937d
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/f739937d
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/f739937d

Branch: refs/heads/develop
Commit: f739937d92272df2f19c1b2028abd712841eb346
Parents: a415b09
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Dec 2 13:32:17 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Tue Dec 6 12:38:53 2016 -0800

----------------------------------------------------------------------
 geode-site/website/content/img/egg-logo.png | Bin 9938 -> 0 bytes
 geode-site/website/layouts/header.html      |   7 ++-----
 2 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/f739937d/geode-site/website/content/img/egg-logo.png
----------------------------------------------------------------------
diff --git a/geode-site/website/content/img/egg-logo.png b/geode-site/website/content/img/egg-logo.png
deleted file mode 100644
index 2169a2a..0000000
Binary files a/geode-site/website/content/img/egg-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/geode/blob/f739937d/geode-site/website/layouts/header.html
----------------------------------------------------------------------
diff --git a/geode-site/website/layouts/header.html b/geode-site/website/layouts/header.html
index 618d33d..ea15471 100644
--- a/geode-site/website/layouts/header.html
+++ b/geode-site/website/layouts/header.html
@@ -248,15 +248,12 @@
                 <li class="<%= 'active' if @community %>"><a href="/community/"><span class="fa fa-users"></span></a></li>
                 <li class="<%= 'active' if @docs %>"><a href="/docs/"><span class="fa fa-book"></span></a></li>
                 <li><a href="http://github.com/apache/geode" target="_blank"><span class="fa fa-github-square"></span></a></li>
-                <!--<li><a href="https://trello.com/b/exQmJIOn/usergrid" target="_blank"><span class="icns icon-trello"></span></a></li>-->
-                <li><a href="https://issues.apache.org/jira/browse/GEODE/"
-                       target="_blank"><span class="fa fa-bug"></span></a></li>
+                <li><a href="https://issues.apache.org/jira/browse/GEODE/" target="_blank"><span class="fa fa-bug"></span></a></li>
                 <li><a href="http://stackoverflow.com/search?q=Apache%20Geode" target="_blank"><span class="fa fa-stack-overflow"></span></a></li>
                 <li><a href="/community/#mailing-lists"><span class="fa fa-envelope"></span></a></li>
-                <!-- <li><a href="/community/#live"><span class="icns icon-comments"></span></a></li> -->
                 <li><a href="https://twitter.com/apachegeode" target="_blank"><span class="fa fa-twitter"></span></a></li>
                 <li><a href="https://cwiki.apache.org/confluence/display/geode/" target="_blank"><span class="fa fa-pencil-square-o"></span></a></li>
-                <li><a href="/releases/"><span class="fa fa-arrow-circle-o-down"></span></a></li>
+                <li class="<%= 'active' if @releases %>"><a href="/releases/"><span class="fa fa-arrow-circle-o-down"></span></a></li>
             </ul>
         </nav>
     </div>