cirandas.net

ref: master

plugins/teams/public/javascripts/teams.js


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
//= require views/teams-context
//= require views/team-edit
//= require views/team-view

teams = {

  t: function (key, options) {
    return I18n.t(key, $.extend(options, {scope: 'teams_plugin'}))
  },

}

//@ sourceURL=plugins/teams/javascripts/teams.js