Fixed admin, orders, wiki views. Converted all erb to haml.
This commit is contained in:
parent
699fb9b233
commit
552c553b77
169 changed files with 1158 additions and 1307 deletions
|
|
@ -1,9 +1,5 @@
|
|||
- unless comments.empty?
|
||||
- comments.each do |comment|
|
||||
.comment[comment]
|
||||
.timestamp
|
||||
%b=h "#{comment.user.try(:ordergroup_name)}"
|
||||
= "(#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):"
|
||||
= simple_format(comment.text)
|
||||
- else
|
||||
es gibt derzeit keine Kommentare.
|
||||
- comments.each do |comment|
|
||||
.comment[comment]
|
||||
%strong= comment.user.try(:ordergroup_name)
|
||||
%small (#{comment.user.try(:nick)} am #{format_time(comment.created_at)}):
|
||||
= simple_format(comment.text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue