Mattias Bodlund 1 year ago
parent
commit
b12199a486
3 changed files with 2 additions and 3 deletions
  1. +1
    -1
      Gemfile.lock
  2. +1
    -1
      app/views/languages/index.html.erb
  3. +0
    -1
      app/views/site/tmpl_article.html.erb

+ 1
- 1
Gemfile.lock View File

@ -255,7 +255,7 @@ GEM
redis-client (>= 0.22.0) redis-client (>= 0.22.0)
redis-client (0.22.1) redis-client (0.22.1)
connection_pool connection_pool
regexp_parser (2.9.0)
regexp_parser (2.9.1)
reline (0.5.6) reline (0.5.6)
io-console (~> 0.5) io-console (~> 0.5)
request_store (1.7.0) request_store (1.7.0)


+ 1
- 1
app/views/languages/index.html.erb View File

@ -13,4 +13,4 @@
<%= t 'confirm' %> <%= t 'confirm' %>
</button> </button>
</div> </div>
</div>s
</div>

+ 0
- 1
app/views/site/tmpl_article.html.erb View File

@ -36,7 +36,6 @@
<%= article_parts[:link].html_safe %> <%= article_parts[:link].html_safe %>
<% end if article_parts[:link] %> <% end if article_parts[:link] %>
<% end %> <% end %>
</div> </div>


Loading…
Cancel
Save