<%= @technology.purpose %>
<%= link_to t("tech_radar.radar.technologies.more_details_url.google"), "https://www.google.com/search?q=#{@technology.name}", class: "btn btn-default" %>
<% else %> <% if @technology.more_details_summary.present? %><%= render_summary(@technology.more_details_summary) %>
<% end %> <% if @technology.more_details_url.present? %><%= link_to t("tech_radar.radar.technologies.more_details_url.link"), @technology.more_details_url, class: "btn btn-default" %>
<% end %> <% end %><%= render_summary(@technology.why_summary) %> <% if @technology.why_url.present? %> <%= link_to t("tech_radar.radar.technologies.why_summary.link"), @technology.why_url %> <% end %>
<% else %> <% if TechRadar.warn_on_missing_why_summary[@technology.ring] %>