Skip to content

Fix inconsistency with no ssh key message

Created by: atomaka

When a user has not added an SSH key, the alert message is inconsistent depending on if the project is empty or not.

Currently:

screen shot 2015-12-08 at 6 27 44 pm

This update will fix the message to match the show action by passing it as content_for :flash_message. The result will be a more consistent look that has the additional space and appropriate link styling matching the non-empty project display.

screen shot 2015-12-08 at 6 26 41 pm

Merge request reports