Sha256: 942eda85dc40d88006fb68a73eb349e73209d21b2e2964a795a630a6d923e57c

Contents?: true

Size: 596 Bytes

Versions: 32

Compression:

Stored size: 596 Bytes

Contents

%h1 Remove Discussion Category

%p 
  Are you sure you want to 
  %strong.warning permanently remove
  the 
  = link_to @forum.name, forum_url(@forum)
  discussion category?
  - if @forum.topics_count > 0  
    It contains 
    = @forum.topics_count 
    discussions and
    = @forum.posts_count 
    messages, 
    %strong.warning all of which will also be deleted
  - else
    It contains no discussions.

%p.buttons
  = button_to("Delete Forum", admin_forum_url(@forum), {:method => 'delete', :confirm => 'Really delete forum?', :class => 'button'})
  or
  = link_to 'Cancel', admin_forums_url

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
radiant-forum-extension-2.0.5 app/views/admin/forums/remove.html.haml
radiant-forum-extension-2.0.4 app/views/admin/forums/remove.html.haml
radiant-forum-extension-2.0.3 app/views/admin/forums/remove.html.haml
radiant-forum-extension-2.0.2 app/views/admin/forums/remove.html.haml
radiant-forum-extension-2.0.1 app/views/admin/forums/remove.html.haml
radiant-forum-extension-2.0.0 app/views/admin/forums/remove.html.haml
radiant-forum-extension-1.2.1 app/views/admin/forums/remove.html.haml
radiant-forum-extension-1.1.2 app/views/admin/forums/remove.html.haml
radiant-forum-extension-1.1.1 app/views/admin/forums/remove.html.haml
radiant-forum-extension-1.1.0 app/views/admin/forums/remove.html.haml
radiant-forum-extension-0.6.1 app/views/admin/forums/remove.html.haml
radiant-forum-extension-0.6.0 app/views/admin/forums/remove.html.haml