|
|
@ -113,7 +113,7 @@
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<% @newss.each do |news| %>
|
|
|
|
<% @newss.each do |news| %>
|
|
|
|
<div class="problem_main">
|
|
|
|
<div class="problem_main">
|
|
|
|
<%= link_to image_tag(url_to_avatar(news.author), :class => "problem_pic fl"), user_path(news.author) %>
|
|
|
|
<%= link_to image_tag(url_to_avatar(news.author),:width => 42,:height => 42), user_path(news.author), :class => "problem_pic fl" %>
|
|
|
|
<div class="problem_txt fl mt5">
|
|
|
|
<div class="problem_txt fl mt5">
|
|
|
|
<%= link_to_user_header(news.author,false,{:class=> 'problem_name c_orange fl'}) if news.respond_to?(:author) %>
|
|
|
|
<%= link_to_user_header(news.author,false,{:class=> 'problem_name c_orange fl'}) if news.respond_to?(:author) %>
|
|
|
|
<span class="fl"> <%= l(:label_release_news) %>:</span><%= link_to h(news.title), news_path(news),:class => 'problem_tit fl fb c_dblue' %><br />
|
|
|
|
<span class="fl"> <%= l(:label_release_news) %>:</span><%= link_to h(news.title), news_path(news),:class => 'problem_tit fl fb c_dblue' %><br />
|
|
|
|