Sha256: 39bd0b0d2cc36c6fbf1f91b9cc629d7843518590e67a446766df85ae13a0ce43

Contents?: true

Size: 1.96 KB

Versions: 38

Compression:

Stored size: 1.96 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1360658376.6955771„V:@value{	I"length:EFißI"digest;
F"%7ec9b716d55ac36346a47bbfe644849bI"source;
FI"ßtranslation_center_translation_key_path = function(id) { return translation_center_root + '/translation_keys/' + id }

$(document).ready(function() {
  if($('body').children('#tc-inspector-links').length == 0 && $('#tc_no_inspector').length == 0 )
    $('body').append('<div id="tc-inspector-links"></div>');

  // for each key add a link that goes to the key page
  $('.tc-inspector-key').each(function(){
    var top = $(this).offset().top - 20;
    var left = $(this).offset().left - 10;
    var id = $(this).data('id');
    // missing translation will be in red while translated will be in green
    var badgeClass = getBadge($(this).data('type'));
    $('#tc-inspector-links').append($('<a>').attr('title', 'Click to visit key').attr('target', 'key_inspect').attr('href', translation_center_translation_key_path(id)).attr('data-id', id).attr('style', 'left:' + left + 'px;top:' + top + 'px' ).attr('class', 'icon-edit tc-badge ' + badgeClass  + ' tc-inspector-link'));

  });

  // highlight the key when user hovers over it
  $(".tc-inspector-link").mouseover(function() {
    var id = $(this).data('id');
    var key = $('.tc-inspector-key[data-id=' + id + ']');
    var color = getColor(key.data('type'));
    key.css('color', color);
  }).mouseout(function(){
    var id = $(this).data('id');
    $('.tc-inspector-key[data-id=' + id + ']').css('color', '');
  });

  function getBadge(status) {
    if(status == 'untranslated')
      return 'tc-badge-important'
    else if(status == 'pending')
      return 'tc-badge-warning'
    else
      return 'tc-badge-success'
  }

  function getColor(status) {
    if(status == 'untranslated')
      return 'red'
    else if(status == 'pending')
      return 'orange'
    else
      return 'green'
  }


});
;
FI"
_version;
F"%9fd01676d4436ac20a887c6b15cbcc7f

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
translation_center-1.6.9 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.8 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.7 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.6 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.5 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.4 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.3 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.2 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.1 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.6.0 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.9 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.8 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.7 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.6 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.5 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.4 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.3 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.2 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.1 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f
translation_center-1.5.0 test/dummy/tmp/cache/assets/D4F/D30/sprockets%2Fcb26ca4bdf8915e7939ef6062b38518f