|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
<%= 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">
|
|
|
|
|
<h4 class="r_txt_tit mb5"> <%=h @news.title %></h4>
|
|
|
|
|
<%= watcher_link(@news, User.current) %>
|
|
|
|
|
<%#= watcher_link(@news, User.current) %>
|
|
|
|
|
<%= link_to(l(:button_edit),
|
|
|
|
|
edit_news_path(@news),
|
|
|
|
|
:class => 'talk_edit fr',
|
|
|
|
|