mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Simple view for showing a document
This commit is contained in:
parent
f8b9cd843c
commit
512ad067e1
1 changed files with 10 additions and 0 deletions
10
app/views/application/document.haml
Normal file
10
app/views/application/document.haml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.container
|
||||
.row
|
||||
.col-md-12
|
||||
.page-header
|
||||
%h1= @title
|
||||
%p.text-muted= @subtitle
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
= markdown(@content)
|
||||
Loading…
Add table
Add a link
Reference in a new issue