]> git.openstreetmap.org Git - rails.git/commitdiff
Fix indent
authorAnton Khorev <tony29@yandex.ru>
Tue, 2 Jan 2024 04:39:56 +0000 (07:39 +0300)
committerAnton Khorev <tony29@yandex.ru>
Wed, 3 Jan 2024 10:10:07 +0000 (13:10 +0300)
app/views/diary_entries/index.html.erb

index e464b99b4829d40758fcd7912d1b805c8393de64..359bc5eb49682c1340a51b829f655609a36488cc 100644 (file)
         <ul class="clearfix">
           <% unless params[:friends] or params[:nearby] -%>
             <li><%= rss_link_to :action => "rss", :language => params[:language] %></li>
-            <% end -%>
+          <% end -%>
 
-            <% if @user && @user == current_user || !@user && current_user %>
-              <li><%= link_to image_tag("new.png", :class => "small_icon") + t(".new"), new_diary_entry_path, :title => t(".new_title") %></li>
-            <% end %>
+          <% if @user && @user == current_user || !@user && current_user %>
+            <li><%= link_to image_tag("new.png", :class => "small_icon") + t(".new"), new_diary_entry_path, :title => t(".new_title") %></li>
+          <% end %>
 
-            <% if !@user && current_user %>
-              <li><%= link_to t(".my_diary"), :controller => "diary_entries", :action => "index", :display_name => current_user.display_name %></li>
-            <% end %>
+          <% if !@user && current_user %>
+            <li><%= link_to t(".my_diary"), :controller => "diary_entries", :action => "index", :display_name => current_user.display_name %></li>
+          <% end %>
         </ul>
       </nav>
     </div>