mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-08 21:38:05 +00:00
Adding _progressbar to shared
This commit is contained in:
parent
50f713e7e9
commit
dd96bfee83
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div id="container">
|
||||
<div id="header">
|
||||
<!-- <h1><a href="/">Web App</a></h1> -->
|
||||
<%= render :partial => "progressbar" %>
|
||||
<%= render :partial => "shared/progressbar" %>
|
||||
<div id="user-navigation">
|
||||
<ul class="wat-cf">
|
||||
<li><a href="#"><%= t("web-app-theme.profile", :default => "Profile") %></a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue