diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-14 14:24:25 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-14 14:24:25 +0000 |
commit | 268a201cce4da7225841b651336835876be43fc2 (patch) | |
tree | c21fec3c6e1b7912ffbec4be1ef4f2ecee5943a3 /app/views/ci/status | |
parent | 5b1a38564efdba1850d7195b01146c6b49ffb29a (diff) | |
download | gitlab-ce-268a201cce4da7225841b651336835876be43fc2.tar.gz |
Rename file according to review
Diffstat (limited to 'app/views/ci/status')
-rw-r--r-- | app/views/ci/status/_graph_badge.haml (renamed from app/views/ci/status/_badge_graph_icon_with_name_and_action.html.haml) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/ci/status/_badge_graph_icon_with_name_and_action.html.haml b/app/views/ci/status/_graph_badge.haml index 12a55735559..7c6d36217f0 100644 --- a/app/views/ci/status/_badge_graph_icon_with_name_and_action.html.haml +++ b/app/views/ci/status/_graph_badge.haml @@ -1,3 +1,5 @@ +-# Renders the graph node with both the status icon, status name and action icon + - detailed_status = subject.detailed_status(current_user) - details_path = detailed_status.details_path if detailed_status.has_details? - klass = "ci-status-icon ci-status-icon-#{detailed_status}" |