Commit b0bfd789 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Typo

parent fa6593b2
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
.labels .labels
- hide_class = 'hide' if ((params[:page].present? and params[:page] != '1') or @labels.blank?) - hide_class = 'hide' if ((params[:page].present? and params[:page] != '1') or @labels.blank?)
.prioritized-labels{ class: hide_class } .prioritized-labels{ class: hide_class }
%h5 Prioritized Label %h5 Prioritized Labels
%ul.content-list.manage-labels-list.js-prioritized-labels{ "data-url" => set_sorting_namespace_project_labels_path(@project.namespace, @project) } %ul.content-list.manage-labels-list.js-prioritized-labels{ "data-url" => set_priorities_namespace_project_labels_path(@project.namespace, @project) }
- if @prioritized_labels.present? - if @prioritized_labels.present?
= render @prioritized_labels = render @prioritized_labels
- else - else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment