public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
commit  73b80e3578ae1f2a203dfec41478e1f3a96b49f0
tree    1e6b583ca318e237d2173641ba5ff7028b7f5bb5
parent  f10022b0044347b59ccff24bee6e132d3cae3168
crc_site / app / views / topics / show.html.haml
100644 20 lines (15 sloc) 0.267 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%p
  %strong Title:
  =h @topic.title
 
%p
  %strong Description:
  =h @topic.description
 
%p
  %strong Link:
  = link_to @topic.link, @topic.link
 
%p
  %strong Meeting:
  =h @topic.meeting_id
 
= link_to 'Edit', edit_topic_path(@topic)
|
= link_to 'Back', topics_path