mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 10:17:06 +02:00
13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
- page_title t(".page_title")
|
|
|
|
%p.clearfix
|
|
= link_to "<< " << t('tutorials.chapter2.page_title'), tutorials_chapter2_path, class: "pull-left"
|
|
= link_to t('tutorials.chapter4.page_title') << " >>", tutorials_chapter4_path, class: "float-right"
|
|
|
|
:markdown
|
|
#{t(".lesson_markdown", edit_config_url: edit_daemon_setting_path(@fluentd))}
|
|
|
|
%p.clearfix
|
|
= link_to "<< " << t('tutorials.chapter2.page_title'), tutorials_chapter2_path, class: "pull-left"
|
|
= link_to t('tutorials.chapter4.page_title') << " >>", tutorials_chapter4_path, class: "float-right"
|