Sha256: 379fcc6b12cacc3e034c90efcbe42d10e7fa9a6041d5cda306b6e4f9f7bd2ae9

Contents?: true

Size: 1.14 KB

Versions: 4

Compression:

Stored size: 1.14 KB

Contents

<div class="apps_header">
  <div style="float:right; padding-top:20px; font-size:12px; color: #ccc;">
    <%=link_to(image_tag("platform/reply.png") + " " + tr("Reply", "Reply button for forum topics"), params.merge(:anchor => :reply_message)) %> 
    &nbsp; |  &nbsp; 
    <%=link_to(image_tag("platform/plus.png") + " " + tr("Start a new discussion topic"), :controller => '/platform/apps', :action => :view, :id => @app.id, :sec => 'Discussions', :mode => :create) %>
  </div>

   <%=link_to(tr("Discussions"), :controller => '/platform/apps', :action => :view, :id => @app.id, :sec => 'Discussions')%>
   &raquo; <%=link_to(@topic.topic,  :controller => '/platform/apps', :action => :view, :id => @app.id, :sec => 'Discussions', :topic_id => @topic.id)%>
	 
  <div style="color:grey;font-size:12px;font-style:italic;padding-top:3px;padding-bottom:3px; font-weight:normal;">
     <%= tr("Started by {user} on {date}", "", {:user => [@topic.user, platform_user_tag(@topic.user, :linked => true)], :date => @topic.created_at.trl}) %>
  </div>
	 
</div>

<%= render :partial => "/platform/forum/messages" %>
<%= render :partial => "/platform/forum/new_message" %>  

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 app/views/platform/forum/_topic.html.erb
platform-3.1.3 app/views/platform/forum/_topic.html.erb
platform-3.1.2 app/views/platform/forum/_topic.html.erb
platform-3.1.1 app/views/platform/forum/_topic.html.erb