Skip to content

Commit

Permalink
rubocop got pissy about indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
openbrian committed May 26, 2020
1 parent e312aee commit 7292cbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/microcosms/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<% content_for :heading do %>
<h1><%= t(".all") %></h1>
<ul class='secondary-actions clearfix'>
<% # if current_user&.administrator? %>
<li><%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_microcosm_path, :title => t(".new_title") %></li>
<% # end %>
<li><%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_microcosm_path, :title => t(".new_title") %></li>
</ul>
<% end %>

Expand Down

0 comments on commit 7292cbd

Please sign in to comment.