Move getting_started self link color to a css class
This commit is contained in:
parent
c1c631d5ed
commit
abebd18c98
2 changed files with 5 additions and 3 deletions
|
|
@ -36,19 +36,19 @@
|
||||||
- if @step != 1
|
- if @step != 1
|
||||||
= link_to t('.edit_profile'), getting_started_path(:step => 1)
|
= link_to t('.edit_profile'), getting_started_path(:step => 1)
|
||||||
- else
|
- else
|
||||||
%span{:style => "color: green;"}
|
%span.current_gs_step
|
||||||
= t('.edit_profile')
|
= t('.edit_profile')
|
||||||
%br
|
%br
|
||||||
- if @step != 2
|
- if @step != 2
|
||||||
= link_to t('.define_aspects'), getting_started_path(:step => 2)
|
= link_to t('.define_aspects'), getting_started_path(:step => 2)
|
||||||
- else
|
- else
|
||||||
%span{:style => "color:green;"}
|
%span.current_gs_step
|
||||||
= t('.define_aspects')
|
= t('.define_aspects')
|
||||||
%br
|
%br
|
||||||
- if @step != 3
|
- if @step != 3
|
||||||
= link_to t('.connect_services'), getting_started_path(:step => 3)
|
= link_to t('.connect_services'), getting_started_path(:step => 3)
|
||||||
- else
|
- else
|
||||||
%span{:style => "color:green;"}
|
%span.current_gs_step
|
||||||
= t('.connect_services')
|
= t('.connect_services')
|
||||||
%br
|
%br
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1456,4 +1456,6 @@ ul.aspects
|
||||||
:padding
|
:padding
|
||||||
:left 120px
|
:left 120px
|
||||||
|
|
||||||
|
h3 span.current_gs_step
|
||||||
|
:color green
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue