From 4addef69fb0257b071aba1b6cbeee125fabd0f09 Mon Sep 17 00:00:00 2001 From: Jiehan Zheng Date: Thu, 7 Apr 2016 17:32:49 -0400 Subject: [PATCH] fixes indentation --- app/views/apps/index.html.erb | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/views/apps/index.html.erb b/app/views/apps/index.html.erb index 13f6bac..fd8a937 100644 --- a/app/views/apps/index.html.erb +++ b/app/views/apps/index.html.erb @@ -1,22 +1,22 @@

Showing all apps

-
-

Welcome to the Duke App Store.  All apps below are free to download for use within the Duke community.  Questions?  Let us know at <%= link_to 'colab-ops@duke.edu', 'mailto:colab-ops@duke.edu' %>

-
+
+

Welcome to the Duke App Store.  All apps below are free to download for use within the Duke community.  Questions?  Let us know at <%= link_to 'colab-ops@duke.edu', 'mailto:colab-ops@duke.edu' %>

+
<% @apps.each do |app| %>
-
-
+
+
<%= link_to app do %> - <%= image_tag app.icon.url, :alt => "App logo" %> + <%= image_tag app.icon.url, :alt => "App logo" %> <% end %> -
-
-
-

+

+
+
+

<%= link_to app.name, app %> <% if app.author_display_name %> @@ -24,11 +24,11 @@ <% end %>

-

- <%= link_to 'Details', app, class: 'btn btn-primary btn-sm' %> -

-
-
+

+ <%= link_to 'Details', app, class: 'btn btn-primary btn-sm' %> +

+
+
<% end %> -- 2.22.0