Skip to content

Commit

Permalink
RM Feature #1087
Browse files Browse the repository at this point in the history
  • Loading branch information
Kusja committed Jun 10, 2019
1 parent eb250a3 commit bb601f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wfe-web/src/main/webapp/WEB-INF/af/main_layout.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
--%>
<%= WebResources.getAdditionalLinks() %>
<div style="padding: 3px; color: #aaa;">
<bean:message key="title.version"/> <b><%= Version.get() %></b>
<bean:message key="title.version"/> <b><%= Version.get() %> Free</b>
</div>
<div style="padding: 3px; color: #ccc;">
<bean:message key="title.build"/>
Expand Down
2 changes: 1 addition & 1 deletion wfe-web/src/main/webapp/WEB-INF/common/version.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<tiles:insert page="/WEB-INF/af/main_layout.jsp" flush="true">

<tiles:put name="body" type="string" >
<p>Версия <b><%= ru.runa.common.Version.get() %></b></p>
<p>Версия <b><%= ru.runa.common.Version.get() %> Free</b></p>
<p>Запуск <b><%= ru.runa.common.Version.getStartupDateTimeString() %></b></p>
</tiles:put>

Expand Down
Binary file modified wfe-web/src/main/webapp/images/big_logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb601f9

Please sign in to comment.