Sha256: 243b25e735a51a18227b8e09986885780b273f8b8fb760ed39292946182be306
Contents?: true
Size: 489 Bytes
Versions: 12
Compression:
Stored size: 489 Bytes
Contents
<%- schema_warning = false if File.exist?(Rails.root.join("tmp/schema_timestamp.txt").to_s) current_timestamp = File.read(Rails.root.join("tmp/schema_timestamp.txt").to_s) if current_timestamp != GEOMG_SCHEMA_TIMESTAMP schema_warning = true end end %> <%- if schema_warning %> <div class="alert alert-danger" role="alert"> <strong>Warning:</strong> The project's metadata schema has changed. You need to restart the application server. </div> <%- end %>
Version data entries
12 entries across 12 versions & 1 rubygems