Sha256: 7095b917c9d9d78ff8ddc85c0e4a4a3eb7f987f4540294269454910938395d6e

Contents?: true

Size: 972 Bytes

Versions: 12

Compression:

Stored size: 972 Bytes

Contents

<% content_for :title do %>
  <%= @event.name%>
<% end %>

<% if @event.profile.description? %>
  <% content_for :description do %>
    <%= @event.profile.description%>
  <% end %>
<% end %>

<% content_for :keywords do %>
  <%= @event.profile.subject.tag_list%>
<% end %>

<% content_for :sidebar do %>
  <%= render :partial => 'sidebar_show' %>
<% end %>

<%= location(link_to(image_tag("btn/event.png", :class => "btn_config")+t('event.title')+": "+
                      content_tag(:span, ( truncate_name sanitize @event.name), :class=>"name_group")))%>

<% toolbar :profile => @event %>
<div class="space_center"></div>

<%  if  @event.subject.subject_type == 'Event' and @event.has_date? %>
  <%= render :partial=> "agendas/schedule", :locals => {:event => @event} %>
<% else %>
  <br class="clearfloat" />
  <div class="space_center"></div>
  <div class="space_center"></div>
<%end%>

<%= render :partial => 'activities/walls', :locals => { :owner => @event } %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
social_stream-0.10.1 events/app/views/events/show.html.erb
social_stream-events-0.0.5 app/views/events/show.html.erb
social_stream-0.10.0 events/app/views/events/show.html.erb
social_stream-events-0.0.4 app/views/events/show.html.erb
social_stream-0.9.7 events/app/views/events/show.html.erb
social_stream-0.9.6 events/app/views/events/show.html.erb
social_stream-0.9.5 events/app/views/events/show.html.erb
social_stream-0.9.4 events/app/views/events/show.html.erb
social_stream-0.9.3 events/app/views/events/show.html.erb
social_stream-0.9.2 events/app/views/events/show.html.erb
social_stream-events-0.0.2 app/views/events/show.html.erb
social_stream-events-0.0.1 app/views/events/show.html.erb