Refactoring live preview

Change-Id: I351094b8d746d991b1f1d92f3dd097f092e3f0f5
This commit is contained in:
Niklas Laxström
2013-12-02 12:59:48 +02:00
committed by Zfilipin
parent 5749d92c4f
commit b04c6f8de2
7 changed files with 27 additions and 26 deletions

View File

@@ -11,7 +11,10 @@ class RandomPage
a(:download_as_pdf, text: "Download as PDF")
a(:download_the_file, text: "Download the file")
li(:main_page, id: "n-mainpage-description")
a(:malayalam_link, title: "Malayalam")
div(:asia, id: 'AS')
a(:malayalam) do |page|
page.asia_element.element.a(title: "Malayalam")
end
a(:print_export, text: "Print/export")
a(:printable_version, text: "Printable version")
button(:search_button, id: "searchButton")