Skip to content

Ensure not valid anymore award emojis don't break issue pages

Rémy Coutable requested to merge 29529-quick-fix into master

What does this MR do?

This quick-fixes an issue with existing award emoji not being valid anymore...

I've actually removed unused options from Gitlab::Emoji#gl_emoji_tag!

The method now early returns instead of raising a 500 error.

Are there points in the code the reviewer needs to double check?

The end-result is not the prettiest but at least the page is visible:

Screen_Shot_2017-03-16_at_10.41.41

Why was this MR needed?

Because otherwise we got a 500!

Closes #29529 (closed)

Merge request reports