Sha256: 7d3fa9293609692f3b32a191e8fb8d4c16ed2a071e1f21eb1e566e9f2b3e9bb4

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

- self.content_for(:html, :title) do
  /
    #{__FILE__}
  = @title
- self.content_for(:html, :content) do
  /
    #{__FILE__}
  = @month.render(:html)
- self.content_for(:html, :footer) do
  /
    #{__FILE__}
  %div.buttons
    %div.left
      = @today.render(:html) do |element|
        - element.content_for(:html, :body, RubyApp::Elements::Dialogs::Calendars::MonthDialog.translate.today.body)
    %div.right
      = @cancel.render(:html) do |element|
        - element.content_for(:html, :body, RubyApp::Elements::Dialogs::Calendars::MonthDialog.translate.cancel.body)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
RubyApp-0.2.7 lib/ruby_app/elements/dialogs/calendars/month_dialog.html.haml
RubyApp-0.2.6 lib/ruby_app/elements/dialogs/calendars/month_dialog.html.haml