Sha256: 73f5e5b7fb4f61d7ee0e34a31466fbeb40bb9abaac16ee5188513f29f0028b49

Contents?: true

Size: 414 Bytes

Versions: 4

Compression:

Stored size: 414 Bytes

Contents

- if params[:at]
  .alert.alert-info
    strong.octicon.octicon-info>
    | Displaying file at rev. <strong>#{params[:at]}</strong>!
    a< href=url(@path) Show current version instead


.actions
  a href=history_path(@path)
    strong.octicon.octicon-history>
    | History


- if TYPE_MARKDOWN.include?(@extension)
  == render_markdown(@content)
- else
  == render_markdown("```#{@extension}\n#{@content}\n```")

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wikimd-0.3.1 lib/wikimd/app/views/file.slim
wikimd-0.3.0 lib/wikimd/app/views/file.slim
wikimd-0.2.0 lib/wikimd/app/views/file.slim
wikimd-0.1.0 lib/wikimd/app/views/file.slim