Skip to content

Commit

Permalink
#238 - Fixing nav bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi18 committed Dec 7, 2017
1 parent 06186cc commit 85f823f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<link rel="stylesheet" href="{% static "dashboard/bowercomponents/morris.js/morris.css" %}">
<link rel="stylesheet" href="{% static "dashboard/chart/css/block_chart.css" %}">

<script src="{% static "dashboard/bowercomponents/jquery/dist/jquery.min.js" %}"></script>
<script src="{% static "dashboard/bowercomponents/bootstrap/dist/js/bootstrap.min.js" %}"></script>
<script src="{% static "dashboard/bowercomponents/morris.js/morris.min.js" %}"></script>
<script src="{% static "dashboard/bowercomponents/raphael/raphael.min.js" %}"></script>
<script src="{% static "dashboard/bowercomponents/fastclick/lib/fastclick.js" %}"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<!-- Logo -->
<a href="" class="logo">
<a href="{% url 'dashboard_hp' %}" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>R+</b></span>
<!-- logo for regular state and mobile devices -->
Expand Down Expand Up @@ -104,7 +104,7 @@
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">{% trans "Perfil"%}</a>
<a href="{% url 'edit_profile' %}" class="btn btn-default btn-flat">{% trans "Perfil"%}</a>
</div>
<div class="pull-right">
<a href="{% url 'logout' %}" class="btn btn-default btn-flat">{% trans "Sair"%}</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Sidebar Menu -->
<ul class="sidebar-menu" data-widget="tree">
<li class="header">HEADER</li>
<li class="header">Menu</li>
<!-- Optionally, you can add icons to the links -->
<li class= "treeview">
<a href="#">
Expand Down
4 changes: 2 additions & 2 deletions medical_prescription/templates/dashboardPatient/nav_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</script>

<!-- Logo -->
<a href="" class="logo">
<a href="{% url 'dashboard_patient' %}" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>R+</b></span>
<!-- logo for regular state and mobile devices -->
Expand Down Expand Up @@ -103,7 +103,7 @@
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Perfil</a>
<a href="{% url 'edit_profile' %}" class="btn btn-default btn-flat">Perfil</a>
</div>
<div class="pull-right">
<a href="{% url 'logout' %}" class="btn btn-default btn-flat">Logout</a>
Expand Down

0 comments on commit 85f823f

Please sign in to comment.