2012-05-11 18:58:51 +01:00
|
|
|
.feature-wrap
|
|
|
|
.feature
|
|
|
|
.left
|
2012-05-15 16:30:59 +01:00
|
|
|
%a.pirobox{:href => image_path('tour/big/control.png'), :rel => "single", :title => t('tour.projects')}
|
|
|
|
=image_tag 'tour/control.png'
|
2012-05-11 18:58:51 +01:00
|
|
|
.right
|
2012-05-11 21:45:37 +01:00
|
|
|
%a{:href => tour_inside_path('projects')}
|
2012-05-15 16:30:59 +01:00
|
|
|
%h1=t 'tour.projects'
|
2012-05-11 18:58:51 +01:00
|
|
|
%p
|
2012-05-15 16:30:59 +01:00
|
|
|
=t 'tour.projects_header'
|
|
|
|
%br
|
|
|
|
=link_to t('tour.read_more'), tour_inside_path('projects')
|
2012-05-11 18:58:51 +01:00
|
|
|
.both
|
|
|
|
.feature-wrap
|
|
|
|
.feature
|
|
|
|
.left
|
2012-05-11 21:45:37 +01:00
|
|
|
%a{:href => tour_inside_path('sources')}
|
2012-05-15 16:30:59 +01:00
|
|
|
%h1=t 'tour.sources'
|
2012-05-11 18:58:51 +01:00
|
|
|
%p
|
2012-05-15 16:30:59 +01:00
|
|
|
=t 'tour.sources_header'
|
2012-05-11 18:58:51 +01:00
|
|
|
%br/
|
2012-05-15 16:30:59 +01:00
|
|
|
=link_to t('tour.read_more'), tour_inside_path('sources')
|
2012-05-11 18:58:51 +01:00
|
|
|
.right
|
2012-05-15 16:30:59 +01:00
|
|
|
%a.pirobox{:href => image_path('tour/big/source.png'), :rel => "single", :title => t('tour.sources')}
|
|
|
|
=image_tag 'tour/source.png'
|
2012-05-11 18:58:51 +01:00
|
|
|
.both
|
|
|
|
.feature-wrap
|
|
|
|
.feature
|
|
|
|
.left
|
2012-05-15 16:30:59 +01:00
|
|
|
%a.pirobox{:href => image_path('tour/big/monitoring.png'), :rel => "single", :title => t('tour.builds')}
|
|
|
|
=image_tag 'tour/monitoring.png'
|
2012-05-11 18:58:51 +01:00
|
|
|
.right
|
2012-05-11 21:45:37 +01:00
|
|
|
%a{:href => tour_inside_path('builds')}
|
2012-05-15 16:30:59 +01:00
|
|
|
%h1=t 'tour.builds'
|
2012-05-11 18:58:51 +01:00
|
|
|
%p
|
2012-05-15 16:30:59 +01:00
|
|
|
=t 'tour.builds_header'
|
2012-05-11 18:58:51 +01:00
|
|
|
%br/
|
2012-05-15 16:30:59 +01:00
|
|
|
=link_to t('tour.read_more'), tour_inside_path('builds')
|
2012-05-11 21:45:37 +01:00
|
|
|
.both
|