Skip to content

Commit c1352dc

Browse files
committed
Fix Bug
1 parent 23f4d81 commit c1352dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.orange</groupId>
77
<artifactId>signs-at-work</artifactId>
8-
<version>6.7.0-SNAPSHOT</version>
8+
<version>6.7.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Signs at work</name>

app/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ app.admin.password: "adminpassword"
2626
app.name: "Signs@Work"
2727

2828
app.manifest: "/manifest/signsatwork/manifest.json"
29-
app.version: "6.7.0"
29+
app.version: "6.7.1"
3030
app.contact.support: "signsatwork.support@orange.com"
3131

3232
cgu-url: "https://www.dailymotion.com/embed/video/k2HwFhjhimHm1uvOU3g"

app/src/main/resources/templates/fragments/header-admin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{server_
7373
<h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{about}"></h4>
7474
</a>
7575
</li>
76-
<li class="nav_item active hidden-xs hidden-sm pull-left" th:if="${isAuthenticated and isDevProfile}">
76+
<li class="nav_item active hidden-xs hidden-sm pull-left" th:if="${isAuthenticated}">
7777
<a id="close_menu" class="nav-link" th:href="@{/logout}">
7878
<div id="close" class="x-close_white center-block"></div>
7979
<h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{logout}"></h4>

app/src/main/resources/templates/fragments/header-home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{setting
9494
<h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{about}"></h4>
9595
</a>
9696
</li>
97-
<li class="nav_item active hidden-xs hidden-sm pull-left" th:if="${isAuthenticated and isDevProfile}">
97+
<li class="nav_item active hidden-xs hidden-sm pull-left" th:if="${isAuthenticated}">
9898
<a id="close_menu" class="nav-link" th:href="@{/logout}">
9999
<div id="close" class="x-close_white center-block"></div>
100100
<h4 class="container_H2 container_header_H2 text_hyphenation" th:text="#{logout}"></h4>

0 commit comments

Comments
 (0)