Commit 5f595be4b80ae57c92d01dc1c0026566f80e67d4
1 parent
817f5ff6
Exists in
spb-stable
and in
3 other branches
Use new gems methods.
Showing
4 changed files
with
3 additions
and
6 deletions
Show diff stats
app/views/layouts/_init_auto_complete.html.haml
1 | 1 | :javascript |
2 | 2 | GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_project_path(@project)}" |
3 | - GitLab.GfmAutoComplete.Emoji.assetBase = "#{Gitlab.config.gitlab.relative_url_root + '/assets/emoji'}" | |
3 | + GitLab.GfmAutoComplete.Emoji.assetBase = "#{Gitlab.config.gitlab.relative_url_root + Emoji.asset_path}" | |
4 | 4 | GitLab.GfmAutoComplete.setup(); | ... | ... |
app/views/projects/notes/_note.html.haml
config/initializers/gemoji.rb
lib/gitlab/markdown.rb