@@ -0,0 +1,4 | |||||
|
1 | <%= link_to @news.title, :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %><br /> | |||
|
2 | <em><%= @news.author.name %></em> | |||
|
3 | ||||
|
4 | <%= textilizable(@news.description) %> |
@@ -1,6 +1,5 | |||||
1 | <%= @news.title %> |
|
1 | <%= @news.title %> | |
2 | <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %> |
|
2 | <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %> | |
3 | <%= @news.author.name %> |
|
3 | <%= @news.author.name %> | |
4 |
|
4 | |||
5 | <%= @news.description %> |
|
5 | <%= @news.description %> | |
6 |
|
General Comments 0
You need to be logged in to leave comments.
Login now