OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/warning_bar/_pending_migrations.html.erb

9 lines
328 B

<div id="pending-migrations-warning" class="warning-bar--item unsupported-browser-warning--pane">
<span class="icon3 icon-warning"></span>
<p>
<strong><%= t(:error_migrations_are_pending) %></strong>
<br/>
<%= t(:error_migrations_visit_upgrade_guides) %>:
<%= static_link_to :upgrade_guides %>
</p>
</div>