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

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-05-11 18:58:51 +01:00
.feature-wrap
.feature
.left
2014-01-21 04:51:49 +00:00
%a.pirobox{href: image_path('tour/big/control.png'), rel: "single", title: t('tour.projects')}
2012-05-15 16:30:59 +01:00
=image_tag 'tour/control.png'
2012-05-11 18:58:51 +01:00
.right
2014-01-21 04:51:49 +00: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
2014-01-21 04:51:49 +00: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
2014-01-21 04:51:49 +00:00
%a.pirobox{href: image_path('tour/big/source.png'), rel: "single", title: t('tour.sources')}
2012-05-15 16:30:59 +01:00
=image_tag 'tour/source.png'
2012-05-11 18:58:51 +01:00
.both
.feature-wrap
.feature
.left
2014-01-21 04:51:49 +00:00
%a.pirobox{href: image_path('tour/big/monitoring.png'), rel: "single", title: t('tour.builds')}
2012-05-15 16:30:59 +01:00
=image_tag 'tour/monitoring.png'
2012-05-11 18:58:51 +01:00
.right
2014-01-21 04:51:49 +00: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')
.both