Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dusken-client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EDB
dusken-client
Commits
c3b6d294
Commit
c3b6d294
authored
Dec 07, 2017
by
Nikolai R Kristiansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
❤
️ for active
parent
65fc376e
Pipeline
#567
failed with stage
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
android/app/build.gradle
android/app/build.gradle
+2
-2
src/modules/membership/Proof.js
src/modules/membership/Proof.js
+3
-2
No files found.
android/app/build.gradle
View file @
c3b6d294
...
...
@@ -103,8 +103,8 @@ android {
applicationId
"no.neuf.chateau"
minSdkVersion
16
targetSdkVersion
23
versionCode
19
versionName
"1.2.
0
"
versionCode
20
versionName
"1.2.
1
"
ndk
{
abiFilters
"armeabi-v7a"
,
"x86"
}
...
...
src/modules/membership/Proof.js
View file @
c3b6d294
...
...
@@ -69,7 +69,7 @@ export default class Proof extends Component {
<
/View>
)
}
const
statusText
=
this
.
props
.
user
.
is_volunteer
?
'
Aktiv
'
:
'
Medlem
'
;
const
statusText
=
this
.
props
.
user
.
is_volunteer
?
'
❤️ AKTIV ❤️
'
:
'
MEDLEM
'
;
return
(
<
View
style
=
{
styles
.
membershipStatus
}
>
...
...
@@ -186,7 +186,8 @@ const styles = StyleSheet.create({
validText
:
{
color
:
'
white
'
,
textAlign
:
'
center
'
,
fontSize
:
24
fontSize
:
30
,
fontWeight
:
"
800
"
},
expired
:
{
backgroundColor
:
'
#d9534f
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment