- :id => @current_candidate.id } %> |
- <%= link_to "Edit", :action => 'edit_candidate', :id =>
- @current_candidate.id %>)<br />
- <blockquote>
- <table><tr><td valign="top">
- <% if @current_candidate.picture? %>
- <img src="<%= url_for :action => 'candidate_picture',
- :id => @current_candidate.id %>"
- align="top" width="80px" />
- <% end %>
- </td>
- <% if @current_candidate.description.length > 0 %>
- <td valign="top">
- <em>Description:</em><br />
- <%= h(@current_candidate.description) %>
- </td>
- <% else %>
- <td></td>
- <% end %>
- </tr></table>
- </blockquote>
+ :id => @current_candidate.id } %>
+ </div>
+ <div class="clear-div"></div>
+
+ <div class="candidate_box_info">
+ <div class="candidate_box_picture">
+ <% if @current_candidate.picture? %>
+ <img src="<%= url_for :action => 'candidate_picture',
+ :id => @current_candidate.id %>" />
+ <% end %>
+ </div>
+ <div class="candidate_box_description">
+ <% if @current_candidate.description.length > 0 %>
+ <%= h(@current_candidate.description) %>
+ <% else %>
+ <!-- no description -->
+ <% end %>
+ </div>
+ <div class="clear-div"></div>
+ </div>