mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-30 16:30:59 +00:00
Fixed formatting and ruby hash syntax
This commit is contained in:
parent
8836bc49f2
commit
fbd6ad4ac6
42 changed files with 170 additions and 166 deletions
|
@ -3,13 +3,13 @@ class VersionsController < ApplicationController
|
|||
|
||||
def index
|
||||
@versions = @article.versions
|
||||
render "articles/history"
|
||||
render 'articles/history'
|
||||
end
|
||||
|
||||
def show
|
||||
@version = @article.versions.find params[:id]
|
||||
@nobody = true
|
||||
render "articles/version"
|
||||
render 'articles/version'
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue