From 8374b60053a67f7e2c700db39ad5b07a9e3609ea Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Tue, 27 Jan 2015 11:56:49 +0000 Subject: [PATCH] Making each software block linkable to it's profile --- views/blocks/main_area_softwares.html.erb | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/views/blocks/main_area_softwares.html.erb b/views/blocks/main_area_softwares.html.erb index f2c9d45..155a021 100644 --- a/views/blocks/main_area_softwares.html.erb +++ b/views/blocks/main_area_softwares.html.erb @@ -1,25 +1,27 @@ <%= block_title(block.title) %> <% profiles.each do |profile| %> -
-
- + <%= link_to profile.url do %> +
+
+ -
-
-

<%=profile.name%>

+
+
+

<%=profile.name%>

+
+
<%= profile.description %>
-
<%= profile.description %>
-
-
-

- <%= profile.software_info.finality %> -

+
+

+ <%= profile.software_info.finality %> +

- <%= link_to _("See More"), profile.url %> + <%= _("See More") %> +
-
-<% end %> \ No newline at end of file + <% end %> +<% end %> -- libgit2 0.21.2