RailsͷViewͬΆ͘ॻ͚Δ
<% wrap_layout :layout do %>
<%= current_article.title unless current_article.nil? %>
<% if !current_article.nil? %>
<% current_article.tags.each do |tag| %>
<%= link_to tag,
tag_path(tag),
:class => "post-category post-category-design"%>
<% end %>
<% end %>
<%= partial "social_buttons" %>
<%= link_to ‘ϗʔϜ’, ‘http://ikuwow.website' %>
<% end %>