rosa-build/app/views/pages/tour/abf-tour-project-descriptio...

40 lines
1.2 KiB
Plaintext

.feature-wrap
.feature
.left
%a.pirobox{:href => image_path('tour/big/control.png'), :rel => "single", :title => t('tour.projects')}
=image_tag 'tour/control.png'
.right
%a{:href => tour_inside_path('projects')}
%h1=t 'tour.projects'
%p
=t 'tour.projects_header'
%br
=link_to t('tour.read_more'), tour_inside_path('projects')
.both
.feature-wrap
.feature
.left
%a{:href => tour_inside_path('sources')}
%h1=t 'tour.sources'
%p
=t 'tour.sources_header'
%br/
=link_to t('tour.read_more'), tour_inside_path('sources')
.right
%a.pirobox{:href => image_path('tour/big/source.png'), :rel => "single", :title => t('tour.sources')}
=image_tag 'tour/source.png'
.both
.feature-wrap
.feature
.left
%a.pirobox{:href => image_path('tour/big/monitoring.png'), :rel => "single", :title => t('tour.builds')}
=image_tag 'tour/monitoring.png'
.right
%a{:href => tour_inside_path('builds')}
%h1=t 'tour.builds'
%p
=t 'tour.builds_header'
%br/
=link_to t('tour.read_more'), tour_inside_path('builds')
.both