Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix up dropdown in dashboard, include jquery and javascript for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jul 22, 2013
1 parent 21e1819 commit e3e51e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Expand Up @@ -61,7 +61,8 @@

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//webassets-zanata.rhcloud.com/1/assets/js/script.js"></script>
</body>

</html>
Expand Down
Expand Up @@ -43,8 +43,8 @@
</div>
</div>
<div class="l--pad-h-half l--pad-bottom-half">
<div class="dropdown" ng-class="{is-active: is-active}">
<div class="dropdown__toggle" href="#" ng-click="is-active=!is-active">
<div class="dropdown">
<div class="dropdown__toggle" href="#">
<i class="i i--arrow-down dropdown__toggle__icon"></i>
<ui:param name="latestVersion" value="#{dashboardAction.getLatestVersion(project.id)}"/>
<ul class="dropdown__toggle__content list--horizontal ">
Expand Down Expand Up @@ -86,7 +86,7 @@
</ul>
</div>

<ul class="dropdown__menu">
<ul class="dropdown__content">
<ui:repeat value="#{dashboardAction.getRemainingVersions(project.id)}" var="version">
<li>
<ul class="list--horizontal">
Expand Down

0 comments on commit e3e51e6

Please sign in to comment.