* Change design of main feed CTA and remove from tag pages (to prevent complexity) * Lock Chromedriver to 74.0.3729.6 * Fix tests and modify reserved words (tack on) * Removed less useful shared examples from rspec * Remove references to file that no longer exists in test * Remove unneeded tests
8 lines
324 B
Text
8 lines
324 B
Text
<div id="organization-article-index"></div>
|
|
<% @stories.each_with_index do |story, i| %>
|
|
<%= render "articles/single_story", story: story %>
|
|
<% end %>
|
|
<% if @stories.size > 1 %>
|
|
<div class="placeholder-div"></div>
|
|
<% end %>
|
|
<div class="single-article-small-pic" id="article-index-hidden-div" style="display:none"></div>
|