Skip to content

Commit 62fa8ef

Browse files
author
Keith Walsh
committed
Better output
1 parent b7089ef commit 62fa8ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

views/index.haml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
.navbar-header
1818
%a.navbar-brand Crontab Generator
1919
.container.main
20+
-if @crontab
21+
.alert.alert-warning
22+
%strong Your crontab command:
23+
=@crontab
2024
%form.form{:action => "/", :method => "post"}
2125

2226
.form-group
@@ -59,4 +63,3 @@
5963
%input#command{:type => "text", :name => "command"}
6064

6165
%input.btn{:type => "submit", :value => "Submit"}
62-
=@crontab

0 commit comments

Comments
 (0)