File: buttons.erb

package info (click to toggle)
ruby-capybara 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 948 kB
  • ctags: 516
  • sloc: ruby: 7,998; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
<h1>Buttons</h1>
<button>Click me!</button>
<button id="click_me_123">Click me by id!</button>
<button value="click_me">Click me by value!</button>