fix merge conflict
This commit is contained in:
commit
0aeab3b7f7
|
@ -60,8 +60,8 @@ for the configuration we use on Retrospring.
|
||||||
|
|
||||||
#### Configure It
|
#### Configure It
|
||||||
|
|
||||||
# Change into the justask directory
|
# Change into the project directory
|
||||||
$ cd justask
|
$ cd retrospring
|
||||||
|
|
||||||
# Copy the example config
|
# Copy the example config
|
||||||
$ cp config/justask.yml.example config/justask.yml
|
$ cp config/justask.yml.example config/justask.yml
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 769px) {
|
||||||
nav.navbar .nav > li:not(.profile--image-dropdown) {
|
nav.navbar .nav > li:not(.profile--image-dropdown) {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -86,7 +86,7 @@ class Ajax::QuestionController < ApplicationController
|
||||||
|
|
||||||
@message = I18n.t('messages.question.preview.fail')
|
@message = I18n.t('messages.question.preview.fail')
|
||||||
begin
|
begin
|
||||||
@markdown = markdown(params[:md], Time.new)
|
@markdown = markdown params[:md]
|
||||||
@message = I18n.t('messages.question.preview.okay')
|
@message = I18n.t('messages.question.preview.okay')
|
||||||
rescue
|
rescue
|
||||||
@status = :fail
|
@status = :fail
|
||||||
|
|
Loading…
Reference in New Issue