Skip to content

Commit cbe5bc8

Browse files
committed
Updating the 'show a program' page
1 parent e5ba4fb commit cbe5bc8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/views/programs/show.html.haml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
%h1 #{@program.title}, by #{@program.author_username}
1+
%h1 '#{@program.title}', a program by #{@program.author_username}
22

33
%code
44
= @program.source_code
5+
6+
%hr/
7+
8+
%h3 Other Programs
9+
10+
Make sure to check out all the other programs other users have made on the #{link_to "All Programs page", programs_path}!

0 commit comments

Comments
 (0)