metamaps.cc customizations
This commit is contained in:
parent
b5c52adf5e
commit
82d2f1a62e
3 changed files with 3 additions and 2 deletions
BIN
app/assets/videos/metamaps-intro.mp4
Normal file
BIN
app/assets/videos/metamaps-intro.mp4
Normal file
Binary file not shown.
|
@ -17,5 +17,6 @@
|
|||
<%= render :partial => 'layouts/templates' %>
|
||||
<%= render :partial => 'shared/metacodeCssColors' %>
|
||||
<%= render :partial => 'layouts/googleanalytics' if ENV["GA_TRACKING_CODE"].present? %>
|
||||
<a href="https://plus.google.com/110591816803782637658" rel="publisher"></a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
METAMAPS_VERSION = '3.5'
|
||||
METAMAPS_BUILD = `git log -1 --pretty=%H`.chomp[0..11].freeze
|
||||
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|
||||
METAMAPS_BUILD = `git log HEAD~1 -1 --pretty=%H`.chomp[0..11].freeze
|
||||
METAMAPS_LAST_UPDATED = `git log HEAD~1 -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|
||||
|
|
Loading…
Reference in a new issue