about summary refs log tree commit diff stats
path: root/data/maps/control_center/rooms/Unyielding Entrance.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/control_center/rooms/Unyielding Entrance.txtpb')
0 files changed, 0 insertions, 0 deletions
span class='oid'>d48adb7 ^
e47e83c ^



d48adb7 ^
e11dede ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
               


              
                      



                                      
                                                           



                                                        
- title "Blogs"
%table#entries
  %tr
    %th Title
    %th Date published
    %th
  - @blogs.each do |blog|
    %tr{ class: cycle("even", "odd") }
      %td= blog.title
      %td= blog.published_at.strftime("%B %d, %Y, %l:%M%P")
      %td
        %ul.admin-actions
          %li= link_to "View", blog_url(blog.slug)
          %li= link_to "Edit", edit_admin_blog_url(blog)