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